mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-13 06:50:08 +01:00
pycalver -> bumpver
This commit is contained in:
parent
2c01699b99
commit
bbf5bfa31c
35 changed files with 764 additions and 1235 deletions
17
test/fixtures/project_a/bumpver.toml
vendored
Normal file
17
test/fixtures/project_a/bumpver.toml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[bumpver]
|
||||
current_version = "v2017.0123-alpha"
|
||||
version_pattern = "vYYYY.BUILD[-TAG]"
|
||||
commit = true
|
||||
tag = true
|
||||
push = true
|
||||
|
||||
[bumpver.file_patterns]
|
||||
"bumpver.toml" = [
|
||||
'current_version = "{version}"',
|
||||
]
|
||||
|
||||
"README.md" = [
|
||||
"{version}",
|
||||
"{pep440_version}",
|
||||
]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue