mtkennerly / dunamai

Dynamic versioning library and CLI
https://dunamai.readthedocs.io/en/latest
MIT License
312 stars 24 forks source link

Feature/explicit bump #54

Closed legendof-selda closed 1 year ago

legendof-selda commented 1 year ago

Allows you to handle advanced cases where you want to explicitly mention how much we like to increase the version. Useful in semver where the last index is the patch number and needs to be increased by distance.

Particularly useful in Jinja templates when I like increase the version by the distance easily.

I came across a case where I was manually tagging my versions and wanted to easily increment using poetry-dynamic-versioning as a Jinja template

legendof-selda commented 1 year ago

Glad i could help.

Dunamai is just amazing! Thanks