update defaults and tests

This commit is contained in:
Manuel Barkhau 2020-10-15 19:54:26 +00:00
parent 5f66a42c17
commit a3499c19a6
17 changed files with 400 additions and 306 deletions

View file

@ -88,7 +88,7 @@ exclude =
addopts = --doctest-modules
[pycalver]
[calver]
current_version = "v2020.1041-beta"
version_pattern = "vYYYY.BUILD[-TAG]"
commit_message = "bump {old_version} -> {new_version}"
@ -96,7 +96,7 @@ commit = True
tag = True
push = True
[pycalver:file_patterns]
[calver:file_patterns]
bootstrapit.sh =
PACKAGE_VERSION="{version}"
setup.cfg =
@ -114,9 +114,9 @@ LICENSE =
license.header =
Copyright (c) 2018-YYYY
README.md =
\[PyCalVer {version}\]
img.shields.io/static/v1.svg?label=PyCalVer&message={version}&color=blue
Successfully installed pycalver-{pep440_version}
\[CalVer {version}\]
img.shields.io/static/v1.svg?label=CalVer&message={version}&color=blue
Successfully installed python-calver-{pep440_version}
[tool:pylint]