I don't get why whole python libraries have been written to do this:
http://setup.py --version>version.txt
git --tag $(cat version.txt)
(With no bumping logic, just extract version & tag)
What makes more sense is to let the user fill in a version in __version__.py and then go back in git history and create tags each time that file changed.
♡ 0 ↻ 0