mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix tests
This commit is contained in:
parent
0e1a6271a3
commit
946cdaa5ba
13 changed files with 199 additions and 1333 deletions
8
test/fixtures/project_a/pycalver.toml
vendored
8
test/fixtures/project_a/pycalver.toml
vendored
|
|
@ -1,10 +1,16 @@
|
|||
[pycalver]
|
||||
current_version = "{initial_version}"
|
||||
current_version = "v201710.0123-alpha"
|
||||
commit = true
|
||||
tag = true
|
||||
push = true
|
||||
|
||||
[pycalver.file_patterns]
|
||||
"pycalver.toml" = [
|
||||
'current_version = "{version}"',
|
||||
]
|
||||
|
||||
"README.md" = [
|
||||
"{version}",
|
||||
"{pep440_version}",
|
||||
]
|
||||
|
||||
|
|
|
|||
0
test/fixtures/project_a/setup.py
vendored
0
test/fixtures/project_a/setup.py
vendored
Loading…
Add table
Add a link
Reference in a new issue