mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
release preparation
This commit is contained in:
parent
0095f974da
commit
70f4e01104
9 changed files with 145 additions and 107 deletions
18
setup.cfg
18
setup.cfg
|
|
@ -67,20 +67,16 @@ addopts = --doctest-modules
|
|||
current_version = v201811.0007-beta
|
||||
commit = True
|
||||
tag = True
|
||||
push = True
|
||||
|
||||
[pycalver:file:setup.cfg]
|
||||
patterns =
|
||||
|
||||
[pycalver:file_patterns]
|
||||
"setup.cfg" =
|
||||
current_version = {version}
|
||||
|
||||
[pycalver:file:setup.py]
|
||||
patterns =
|
||||
"setup.py" =
|
||||
version="{pep440_version}"
|
||||
|
||||
[pycalver:file:src/pycalver/__init__.py]
|
||||
patterns =
|
||||
"src/pycalver/__init__.py" =
|
||||
__version__ = "{version}"
|
||||
|
||||
[pycalver:file:README.md]
|
||||
patterns =
|
||||
"README.md" =
|
||||
[PyCalVer {calver}{build}-{release}]
|
||||
img.shields.io/badge/PyCalVer-{calver}{build}--{release}-blue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue