Skip to content

Commit

Permalink
docs(changelog): update git-cliff config
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Jun 10, 2024
1 parent c4e7638 commit 9f8da30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ body = """
## [{{ version | trim_start_matches(pat="v") }}]\
({{ self::remote_url() }}/compare/{{ previous.version }}...{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
{% else %}\
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
## [{{ version | trim_start_matches(pat="v") }}]\
({{ self::remote_url() }}/commits/{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
{% endif %}\
{% else %}\
## [unreleased]
Expand Down

0 comments on commit 9f8da30

Please sign in to comment.