Skip to content

Commit

Permalink
chore(changelog): use links for header
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 31, 2024
1 parent 47b4a0a commit 49e5192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ body = """
{%- endmacro -%}
{% if version -%}
## {{ version | trim_start_matches(pat="v") }} - {{ timestamp | date(format="%Y-%m-%d") }}
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
{% else -%}
## Unreleased
## [Unreleased]
{% endif -%}
{% for group, commits in commits | group_by(attribute="group") %}
Expand Down

0 comments on commit 49e5192

Please sign in to comment.