mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
update changelog
This commit is contained in:
parent
17cc0f97a7
commit
b64efd24b9
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Changelog for https://gitlab.com/mbarkhau/pycalver
|
# Changelog for https://gitlab.com/mbarkhau/pycalver
|
||||||
|
|
||||||
|
|
||||||
## v201902.0025
|
## v201902.0026
|
||||||
|
|
||||||
- Fix: Allow --release=post
|
- Fix: Allow --release=post
|
||||||
- Fix: Better error reporting for bad patterns
|
- Fix: Better error reporting for bad patterns
|
||||||
|
|
|
||||||
1
test/fixtures/project_b/setup.cfg
vendored
1
test/fixtures/project_b/setup.cfg
vendored
|
|
@ -1,5 +1,6 @@
|
||||||
[pycalver]
|
[pycalver]
|
||||||
current_version = v201307.0456-beta
|
current_version = v201307.0456-beta
|
||||||
|
version_pattern = {pycalver}
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
push = True
|
push = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue