File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
7980filter_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"
You can’t perform that action at this time.
0 commit comments