From 2bd4fa90f7a077b88f5152d9a18c9e8060f8cd3e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 1 Aug 2023 10:34:31 -0700 Subject: [PATCH] Fix bumpversion search term --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}