diff --git a/.age.toml b/.age.toml index df98592..f71a867 100644 --- a/.age.toml +++ b/.age.toml @@ -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 }}" diff --git a/.github/release-body.md b/.github/release-body.md index 29226b5..6463ce6 100644 --- a/.github/release-body.md +++ b/.github/release-body.md @@ -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