mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
Add tests for default pattern
This commit is contained in:
parent
db64264c91
commit
fa485b2e61
2 changed files with 28 additions and 0 deletions
6
test/fixtures/project_c/pyproject.toml
vendored
Normal file
6
test/fixtures/project_c/pyproject.toml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[pycalver]
|
||||
current_version = "v2017q1.54321"
|
||||
version_pattern = "v{year}q{quarter}.{build_no}"
|
||||
commit = true
|
||||
tag = true
|
||||
push = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue