mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
misc updates
This commit is contained in:
parent
b7cb2855f0
commit
56c9f9b36c
6 changed files with 77 additions and 173 deletions
|
|
@ -241,7 +241,7 @@ def _bump(
|
|||
try:
|
||||
vcs_api = vcs.get_vcs_api()
|
||||
except OSError:
|
||||
logger.warning("Version Control System not found, aborting commit.")
|
||||
logger.warning("Version Control System not found, skipping commit.")
|
||||
|
||||
filepaths = set(cfg.file_patterns.keys())
|
||||
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ FULL_PART_FORMATS = {
|
|||
'release_tag' : "{tag}",
|
||||
'build' : ".{bid}",
|
||||
# NOTE (mb 2019-01-04): since release is optional, it
|
||||
# is treates specially in version.format
|
||||
# is treated specially in v1version.format_version
|
||||
# 'release' : "-{tag}",
|
||||
'month' : "{month:02}",
|
||||
'month_short': "{month}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue