We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9268a39 commit 548c148Copy full SHA for 548c148
cliff.toml
@@ -54,11 +54,11 @@ footer = """
54
/compare/{{ release.previous.version }}..{{ release.version }}
55
{% endif -%}
56
{% else -%}
57
- [unreleased]: https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}\
+ [{{release.version}}]: https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}\
58
/compare/{{ release.previous.version }}..HEAD
59
60
{% endfor %}
61
-\n
+
62
Developed by Development Gateway
63
"""
64
# remove the leading and trailing whitespace from the templates
0 commit comments