Skip to content

Commit

Permalink
chore: add timestamp for no-link releases (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored Jan 21, 2025
1 parent f05ba4e commit 734ef32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-release/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body = """
{% elif extra.unreleased_version %}\
## {{ extra.unreleased_version | trim_start_matches(pat="v") }} - **not yet released**
{% elif version %}
## {{ version | trim_start_matches(pat="v") }}
## {{ version | trim_start_matches(pat="v") }} ({{ timestamp | date(format="%Y-%m-%d") }})
{% else %}\
## Unreleased
{% endif %}\
Expand Down

0 comments on commit 734ef32

Please sign in to comment.