jonallured / braze_ruby

A wrapper gem for the Braze REST API.
MIT License
19 stars 21 forks source link

Push missing version tags #23

Closed jonallured closed 3 years ago

jonallured commented 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.

jonallured commented 3 years ago

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.