chore(changelog): remove changelog footer (#1711)

The footer makes some noise when used with `release-plz`.
This commit is contained in:
Orhun Parmaksız 2025-03-07 23:59:09 +03:00 committed by GitHub
parent 255e4661a8
commit 34fec670d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,14 +69,9 @@ body = """
https://github.com/{{ remote.owner }}/{{ remote.repo }}\
{% endmacro %}
"""
# remove the leading and trailing whitespace from the template
trim = false
# changelog footer
footer = """
<!-- generated by git-cliff -->
"""
# postprocessors for the changelog body
postprocessors = [
{ pattern = '<!-- Please read CONTRIBUTING.md before submitting any pull request. -->', replace = "" },
{ pattern = '>---+\n', replace = '' },