Closed jonallured closed 3 years ago
I noticed that there were a number of releases without tags so I'd like to tag those SHAs. That way they'll show up on the releases page.
Ok I did this like so:
$ git tag --annotate v0.4.2 --message "Tagging version 0.4.2" $ git push origin --tags
Next step here might be to add a script that does this automatically for us.
I noticed that there were a number of releases without tags so I'd like to tag those SHAs. That way they'll show up on the releases page.