misc updates

This commit is contained in:
Manuel Barkhau 2020-09-24 21:21:36 +00:00
parent b7cb2855f0
commit 56c9f9b36c
6 changed files with 77 additions and 173 deletions

View file

@ -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())

View file

@ -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}",