c4urself / bump2version

Version-bump your software with a single command
https://pypi.python.org/pypi/bump2version
MIT License
1.05k stars 135 forks source link

Support bump a part *to* a specified valid value #278

Open gzm55 opened 3 weeks ago

gzm55 commented 3 weeks ago

Such as a release part, has three values: dev, rc, prod. with this feature, we can do a dev-> prod bump, skipping the rc phase.