diff options
Diffstat (limited to '.bumpversion.cfg')
| -rw-r--r-- | .bumpversion.cfg | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8e35493..e44a94a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,13 +1,14 @@ [bumpversion] -current_version = 6.0.0 +current_version = 6.1.0 [bumpversion:file:yoshi-theme.el] [bumpversion:file:CHANGELOG.org] search = * [[https://github.com/ryuslash/yoshi-theme/compare/v{current_version}...HEAD][Unreleased]] replace = * COMMENT [[https://github.com/ryuslash/yoshi-theme/compare/v{new_version}...HEAD][Unreleased]] - + * [[https://github.com/ryuslash/yoshi-theme/compare/v{current_version}...v{new_version}][{new_version}]] -- {now:%Y-%m-%d} - :PROPERTIES: - :CUSTOM_ID: release-{new_version} - :END: + :PROPERTIES: + :CUSTOM_ID: release-{new_version} + :END: + |
