release prep

This commit is contained in:
Manuel Barkhau 2021-11-06 19:07:45 +00:00 committed by mbarkhau
parent b4cf3a5f32
commit 52af1e554e
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,14 @@
# Changelog for https://github.com/mbarkhau/bumpver
## BumpVer 2021.1114
- Add: [flags to override vcs options][github_i168] for `bumpver update`
[github_i168]: https://github.com/mbarkhau/bumpver/issues/168
Thank you to Timo Ludwig @timoludwig for this contribution.
## BumpVer 2021.1113
- Add: [`--commit-message` argument][github_i162] for `bumpver update`

View file

@ -1015,7 +1015,7 @@ INFO - git tag --annotate 2020.1006 --message 2020.1006
INFO - git push origin --follow-tags 2020.1006 HEAD
```
It's also possible to override the config values by passing the following command line flags to `bumpver update`:
You can also override the config values by passing these command line flags to `bumpver update`:
| Flag | Override config |
|-------------------|-------------------------------------------------|
@ -1026,6 +1026,7 @@ It's also possible to override the config values by passing the following comman
| `--push` | `push = True` |
| `--no-push` | `push = False` |
### Custom Commit Message
In addition to the `commit_message` configuration, you can also override the string used as the the commit message template with the `-c/--commit-message=<TMPL>` parameter:
@ -1050,6 +1051,7 @@ INFO - git commit --message '[final-version] 1.2.0b2 -> 1.2.0'
...
```
## Contributors
| Name | role | since | until |