Skip to content

Commit

Permalink
fix: Add target release-body for age-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 31, 2024
1 parent b82fefd commit 4ba1f1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions {{cookiecutter.project_basename}}/.age.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,13 @@ Others
------
"""
{% endraw %}

[[files]]
path = ".github/release-body.md"
search = "Release {{ cookiecutter.project_name }} v{{ '{{ current_version }}' }}"
replace = "Release {{ cookiecutter.project_name }} v{{ '{{ new_version }}' }}"

[[files]]
path = ".github/release-body.md"
search = "- Changelog is https://github.com/atsphinx/{{ cookiecutter.project_basename }}/blob/v{{ '{{ current_version }}' }}/CHANGES.rst"
replace = "- Changelog is https://github.com/atsphinx/{{ cookiecutter.project_basename }}/blob/v{{ '{{ new_version }}' }}/CHANGES.rst"

0 comments on commit 4ba1f1c

Please sign in to comment.