Skip to content

Commit a9ac1d0

Browse files
committed
chore: Update syntax for latest
1 parent bfdfdf6 commit a9ac1d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.age.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ replace = "__version__ = \"{{new_version}}\""
1414
path = "CHANGES.rst"
1515
search = """
1616
Version {{current_version}}
17-
========{% for _ in current_version %}={% endfor %}
17+
========{{#sameLengthChars}}=@{{current_version}}{{/sameLengthChars}}
1818
"""
1919
replace = """
2020
Version {{new_version}}
21-
========{% for _ in new_version %}={% endfor %}
21+
========{{#sameLengthChars}}=@{{new_version}}{{/sameLengthChars}}
2222
23-
:Release date: {{ now|date }} (Asia/Tokyo)
23+
:Release date: {{ nowFormat.dateISO }} (Asia/Tokyo)
2424
:Dart Sass version: 1.87.0
2525
2626
Breaking changes

0 commit comments

Comments
 (0)