mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
update tests for new defaults
This commit is contained in:
parent
54ab1151f1
commit
145401de33
30 changed files with 495 additions and 417 deletions
2
test/fixtures/project_a/README.md
vendored
2
test/fixtures/project_a/README.md
vendored
|
|
@ -1,3 +1,3 @@
|
|||
# PyCalVer README Fixture
|
||||
|
||||
Current Version: v201612.0123-alpha
|
||||
Current Version: v2016.0123-alpha
|
||||
|
|
|
|||
3
test/fixtures/project_a/pycalver.toml
vendored
3
test/fixtures/project_a/pycalver.toml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
[pycalver]
|
||||
current_version = "v201710.0123-alpha"
|
||||
current_version = "v2017.0123-alpha"
|
||||
version_pattern = "vYYYY.BUILD[-TAG]"
|
||||
commit = true
|
||||
tag = true
|
||||
push = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue