eztag: GitHub Tag Creator
A glaring shortcoming of GitHub's web UI is that it's not possible to create a Git tag without creating a corresponding release. This is a problem for me because I commonly use GitHub Actions workflows that are triggered by the creation of a tag like v1. …