diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f3694..42c2e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/README.md b/README.md index 7e4ae6b..2da7978 100644 --- a/README.md +++ b/README.md @@ -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=` parameter: @@ -1050,6 +1051,7 @@ INFO - git commit --message '[final-version] 1.2.0b2 -> 1.2.0' ... ``` + ## Contributors | Name | role | since | until |