jonallured / braze_ruby

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

Add script to help automate releases #30

Closed jonallured closed 3 years ago

jonallured commented 3 years ago

I've copy/pasted this script around to a few projects and it's been helpful to automate the process of releasing. It's not perfect and sorta annoying that you have to provide the old version but whatever. 😆

Run like this:

$ ./bin/release 0.4.2 0.5.0

And then it takes care of the rest.