Skip to content

Commit

Permalink
chore: Change rule for removing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Dec 15, 2024
1 parent 10a0dbb commit b444e8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .age.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ replace = "Release atsphinx-toybox v{{ new_version }}"

[[files]]
path = ".github/release-body.md"
search = "- Changelog is https://github.com/atsphinx/toybox/blob/v{{ current_version }}/CHANGES.rst"
replace = "- Changelog is https://github.com/atsphinx/toybox/blob/v{{ new_version }}/CHANGES.rst"
regex = true
search = "Changelog is .+"
replace = "Changelog is https://github.com/atsphinx/toybox/compere/v{{ current_version }}...v{{ new_version }}"
2 changes: 1 addition & 1 deletion .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Release atsphinx-toybox v2024.12.12

- Changelog is https://github.com/atsphinx/toybox/blob/v2024.12.12/CHANGES.rst
Changelog is https://github.com/atsphinx/toybox/compare/v2024.12.11...v2024.12.12

0 comments on commit b444e8a

Please sign in to comment.