diff options
| author | 2023-08-01 10:34:31 -0700 | |
|---|---|---|
| committer | 2023-08-01 10:34:31 -0700 | |
| commit | 2bd4fa90f7a077b88f5152d9a18c9e8060f8cd3e (patch) | |
| tree | 25252957787d1de6d8e6dc8501a3a964477090d3 | |
| parent | 8faa406152f76452bda765ed4dafd41cd67f3afb (diff) | |
| download | yoshi-theme-2bd4fa90f7a077b88f5152d9a18c9e8060f8cd3e.tar.gz yoshi-theme-2bd4fa90f7a077b88f5152d9a18c9e8060f8cd3e.zip | |
Fix bumpversion search term
| -rw-r--r-- | .bumpversion.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ab490a..8d6f82b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -4,7 +4,7 @@ current_version = 6.2.0 [bumpversion:file:yoshi-theme.el] [bumpversion:file:CHANGELOG.org] -search = * [[https://github.com/ryuslash/yoshi-theme/compare/v{current_version}...HEAD][Unreleased]] +search = * COMMENT [[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} |
