mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
bootstrapit update
This commit is contained in:
parent
afe90a8d74
commit
4bf07261d8
8 changed files with 201 additions and 93 deletions
13
setup.cfg
13
setup.cfg
|
|
@ -64,19 +64,20 @@ addopts = --doctest-modules
|
|||
|
||||
|
||||
[pycalver]
|
||||
current_version = v201811.0007-beta
|
||||
current_version = v201812.0007-beta
|
||||
commit = True
|
||||
tag = True
|
||||
push = True
|
||||
|
||||
|
||||
[pycalver:file_patterns]
|
||||
"setup.cfg" =
|
||||
bootstrapit.sh =
|
||||
PACKAGE_VERSION="{version}"
|
||||
setup.cfg =
|
||||
current_version = {version}
|
||||
"setup.py" =
|
||||
setup.py =
|
||||
version="{pep440_version}"
|
||||
"src/pycalver/__init__.py" =
|
||||
src/pycalver/__init__.py =
|
||||
__version__ = "{version}"
|
||||
"README.md" =
|
||||
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