Skip to content

Commit

Permalink
chore: Update targets for age-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Sep 14, 2024
1 parent 8890192 commit 37e9b00
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .age.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,21 @@ replace = "version = \"{{new_version}}\""
path = "src/atsphinx/sqlite3fts/__init__.py"
search = "__version__ = \"{{current_version}}\""
replace = "__version__ = \"{{new_version}}\""

[[files]]
path = "CHANGES.rst"
search = """
==============
Latest changes
==============
"""
replace = """
==============
Latest changes
==============
v{{new_version}}
={% for _ in new_version %}={% endfor %}
:Date: {{ now|date }} (JST)
"""

0 comments on commit 37e9b00

Please sign in to comment.