jbweston / miniver

Like Versioneer, but smaller
Creative Commons Zero v1.0 Universal
53 stars 10 forks source link

Add a 'bump' tool for version bumping #16

Open jbweston opened 4 years ago

jbweston commented 4 years ago

Even though the advantage of miniver is being able to manually tag versions, in order to get things to work nicely we often need to do extra work. e.g. after tagging vX.Y.0 we should immediately create a commit and tag it as vX.(Y+1)-dev. It would be useful to be able to do this with a single command.

IMO we should have a single command miniver that has 2 subcommands: install, which works like install-miniver now, and bump that implements the new functionality.