Skip to content

Commit

Permalink
Update cliff-template.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 30, 2023
1 parent 87b5e06 commit ab99767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cliff-template.toml
Expand Up @@ -8,9 +8,9 @@ body = """
# [{{ version | trim_start_matches(pat="v") }}]\
{% if previous %}\
{% if previous.version %}\
(https://github.com/tj-actions/changed-files/compare/{{ previous.version }}...{{ version }})\
(REPOSITORY_URL/compare/{{ previous.version }}...{{ version }})\
{% else %}\
(https://github.com/tj-actions/changed-files/tree/{{ version }})\
(REPOSITORY_URL/tree/{{ version }})\
{% endif %}\
{% endif %} \
- ({{ timestamp | date(format="%Y-%m-%d") }})
Expand All @@ -23,7 +23,7 @@ body = """
- {% if commit.scope %}\
**{{commit.scope}}:** \
{% endif %}\
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/tj-actions/changed-files/commit/{{ commit.id }})) - ({{ commit.author.name }})\
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](REPOSITORY_URL/commit/{{ commit.id }})) - ({{ commit.author.name }})\
{% if commit.breaking %}\
{% for breakingChange in commit.footers %}\
\n{% raw %} {% endraw %}- **{{ breakingChange.token }}{{ breakingChange.separator }}** {{ breakingChange.value }}\
Expand Down

0 comments on commit ab99767

Please sign in to comment.