Skip to content

Commit 734ef32

Browse files
authored
chore: add timestamp for no-link releases (#168)
1 parent f05ba4e commit 734ef32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cliff-release/cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body = """
2121
{% elif extra.unreleased_version %}\
2222
## {{ extra.unreleased_version | trim_start_matches(pat="v") }} - **not yet released**
2323
{% elif version %}
24-
## {{ version | trim_start_matches(pat="v") }}
24+
## {{ version | trim_start_matches(pat="v") }} ({{ timestamp | date(format="%Y-%m-%d") }})
2525
{% else %}\
2626
## Unreleased
2727
{% endif %}\

0 commit comments

Comments
 (0)