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

Use -m option of git tag #159

Open tersmitten opened 7 years ago

tersmitten commented 7 years ago

Is is possible to instruct bumpversion to tags like this?

git tag -a v"1.0.0" -m "Version 1.0.0";
ekohl commented 6 years ago

See https://github.com/peritus/bumpversion/pull/58