add --release-num cli flag

This commit is contained in:
Manuel Barkhau 2020-09-24 20:34:03 +00:00
parent ada75ade8a
commit b7cb2855f0
5 changed files with 45 additions and 24 deletions

View file

@ -8,6 +8,7 @@
- Better support for optional parts.
- New: Start `BUILD` parts at `1000` to avoid leading zero truncation.
- New gitlab #10: `--pin-date` to keep date parts unchanged, and only increment non-date parts.
- New add `--release-num` to increment the `alphaN`/`betaN`/`a0`/`b0`/etc. release number
- Fix gitlab #8: Push tags only pushed tags, not actual commit.
- Fix gitlab #9: Make commit message configurable.