mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
update defaults and tests
This commit is contained in:
parent
5f66a42c17
commit
a3499c19a6
17 changed files with 400 additions and 306 deletions
10
setup.cfg
10
setup.cfg
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue