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.
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 asvX.(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 likeinstall-miniver
now, andbump
that implements the new functionality.