mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
formatting for new style versions
This commit is contained in:
parent
f21c0f1d0f
commit
b07edc9c8a
12 changed files with 288 additions and 261 deletions
26
setup.cfg
26
setup.cfg
|
|
@ -92,28 +92,34 @@ addopts = --doctest-modules
|
|||
|
||||
|
||||
[pycalver]
|
||||
current_version = v202007.1036
|
||||
version_pattern = "{pycalver}"
|
||||
current_version = "v202007.1036"
|
||||
version_pattern = "vYYYY0M.BUILD[-RELEASE[NUM]]"
|
||||
commit_message = "bump version to {new_version}"
|
||||
commit = True
|
||||
tag = True
|
||||
push = True
|
||||
|
||||
[pycalver:file_patterns]
|
||||
bootstrapit.sh =
|
||||
PACKAGE_VERSION="{pycalver}"
|
||||
PACKAGE_VERSION="{version}"
|
||||
setup.cfg =
|
||||
current_version = {pycalver}
|
||||
current_version = "{version}"
|
||||
setup.py =
|
||||
version="{pep440_pycalver}"
|
||||
version="{pep440_version}"
|
||||
src/pycalver/__init__.py =
|
||||
__version__ = "{pycalver}"
|
||||
src/pycalver/cli.py =
|
||||
click.version_option(version="{pycalver}")
|
||||
__version__ = "{version}"
|
||||
src/pycalver/__main__.py =
|
||||
click.version_option(version="{version}")
|
||||
src/pycalver*/*.py =
|
||||
Copyright (c) 2018-YYYY
|
||||
LICENSE =
|
||||
Copyright (c) 2018-YYYY
|
||||
license.header =
|
||||
Copyright (c) 2018-YYYY
|
||||
README.md =
|
||||
[PyCalVer {version}]
|
||||
\[PyCalVer {version}\]
|
||||
img.shields.io/static/v1.svg?label=PyCalVer&message={version}&color=blue
|
||||
Successfully installed pycalver-{pep440_version}
|
||||
pycalver, version {version}
|
||||
|
||||
|
||||
[tool:pylint]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue