c4urself / bump2version

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

Added example for first_value, and elaborated on optional_value #191

Closed markmacode closed 3 years ago

markmacode commented 3 years ago

When figuring out how to make my own configuration for my workflow, I came across some ambiguous issues that were not explained in the docs. These updates aim to help people avoid having the same confusion I had.

These are explained in comments of various other issues and pull requests. It would be nice to document it officially in the readme.

florisla commented 3 years ago

Thanks, this is very worthwhile.

We get lots of questions on this, and your clarifications can help a lot.