erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Add option to not only create a commit but also tag it. #64

Closed Licenser closed 4 years ago

Licenser commented 7 years ago

I think something like the following would be really nice to keep tags on the repo that correspond to the release package:

Create 'version bump' commit? ("Y")>
Create 'v<version number>' tag? ("Y")>
Push master to origin master? ("N")> Y

I know this somewhat works with using the git version already but that itself comes with a bit of a ickyness.

starbelly commented 4 years ago

This has been implemented in later versions of rebar3_hex. Please reopen if you find other related issues.