Add tests for default pattern

This commit is contained in:
Manuel Barkhau 2019-03-29 21:24:47 +01:00
parent db64264c91
commit fa485b2e61
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[pycalver]
current_version = "v2017q1.54321"
version_pattern = "v{year}q{quarter}.{build_no}"
commit = true
tag = true
push = true