Skip to content

Commit 61725f2

Browse files
committed
Adapt git-cliff configuration
Signed-off-by: Tobias Wolf <wolf@b1-systems.de> On-behalf-of: SAP <tobias.wolf@sap.com>
1 parent a73f3d6 commit 61725f2

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

cliff.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ footer = """
3737
{%- macro remote_url() -%}
3838
https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}
3939
{%- endmacro -%}
40+
## Compare to previous version
4041
4142
{% for release in releases -%}
4243
{% if release.version -%}
4344
{% if release.previous.version -%}
44-
[{{ release.version | trim_start_matches(pat="v") }}]: \
45+
[{{ release.previous.version | trim_start_matches(pat="v") }}]: \
4546
{{ self::remote_url() }}/compare/{{ release.previous.version }}...{{ release.version }}
4647
{% endif -%}
4748
{% else -%}
@@ -77,8 +78,3 @@ commit_parsers = [
7778
]
7879
# Prevent commits that are breaking from being excluded by commit parsers.
7980
filter_commits = false
80-
# Order releases topologically instead of chronologically.
81-
topo_order = true
82-
# Order of commits in each group/release within the changelog.
83-
# Allowed values: newest, oldest
84-
sort_commits = "oldest"

0 commit comments

Comments
 (0)