peritus / bumpversion

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

Use annotated tags #116

Closed cmeeren closed 8 years ago

cmeeren commented 8 years ago

Everything I've read about tags (see e.g. this, and links therein) says to use annotated tags for "official" non-private tags like version numbers/releases, and lightweight tags only for private stuff. Bumpversion uses lightweight tags. I suggest changing to annotated tags as per recommendations.

cmeeren commented 8 years ago

It seems there has been a PR for this for some time (#58). Any reason it hasn't been merged?

peritus commented 8 years ago

Yes, duplicate of #58. Hasn't been merged yet because I haven't had the chance to do so.