vert
vert copied to clipboard
bump action
Hi guys,
Have you considered an action to bump a version ?
Right now i have to deal with a version number stored into some text files, and then bump it to its next patch, to procude some stuff (packer images right now).
I was hoping to grep some.. | vert bump patch in order to make a one liner.
However the operation is not available, have any thoughts ?
Thanks
This is what I came looking for
@xzyfer
it should be fairly easy to implement as semver package already implements the increment actions
https://github.com/Masterminds/semver/blob/master/version.go#L169
maybe we should fork ?