vert icon indicating copy to clipboard operation
vert copied to clipboard

bump action

Open mh-cbon opened this issue 7 years ago • 2 comments

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

mh-cbon avatar Apr 17 '18 08:04 mh-cbon

This is what I came looking for

xzyfer avatar Apr 29 '19 06:04 xzyfer

@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 ?

mh-cbon avatar May 24 '19 11:05 mh-cbon