mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
WIP: refactoring and testing
This commit is contained in:
parent
8189075385
commit
5108837f45
11 changed files with 203 additions and 151 deletions
10
README.rst
10
README.rst
|
|
@ -52,8 +52,8 @@ which is compatible with python packaging software
|
|||
|
||||
|
||||
The PyCalVer package provides the ``pycalver`` command and
|
||||
module to generate version strings which follow the format:
|
||||
``v{calendar_version}.{build_number}[-{release_tag}]``
|
||||
module to generate version strings which follow the following
|
||||
format: ``v{calendar_version}.{build_number}[-{release_tag}]``
|
||||
|
||||
Some examples:
|
||||
|
||||
|
|
@ -69,9 +69,9 @@ Some examples:
|
|||
v202207.18134
|
||||
|
||||
|
||||
The ``pycalver bump`` command will parse specified/configured
|
||||
files for such strings and rewrite them with an updated version
|
||||
string.
|
||||
The ``pycalver bump`` command will parse the files you configure
|
||||
in ``setup.cfg`` for such strings and rewrite them with an
|
||||
updated version string.
|
||||
|
||||
The format accepted by PyCalVer can be parsed with this regular
|
||||
expression:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue