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

[FEATURE] Git\Mercurial Branch Creation #148

Closed galvinograd closed 7 years ago

galvinograd commented 7 years ago

We are working according to gitflow methology, and therefore we must create a new branch for each release.

I suggest to implement the following mechanism: Adding two new parameters:

I think many users will benefit from this feature. As a side note, I have not problem implementing it :)

peritus commented 7 years ago

Sorry, this is outside of the scope of this project.

Bumpversion aims to bump versions, not to become a second gitflow implementation.