peritus / bumpversion

Version-bump your software with a single command
https://pypi.python.org/pypi/bumpversion
MIT License
1.5k stars 148 forks source link

Is it possible to make numbered beta versions like in npm? #221

Open goto40 opened 1 month ago

goto40 commented 1 month ago

With NPM you can make numbered beta versions, like 1.2.3-beta.0. After this you can "prerelease" any number of betas until you finalize your version... (1.2.3-beta.1, 1.2.3-beta.2, ..., 1.2.3-beta.18, 1.2.3)

Is this already possible with bumpversion? (by the way: cool tool you created!)