mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00
chore(changelog): remove changelog footer (#1711)
The footer makes some noise when used with `release-plz`.
This commit is contained in:
parent
255e4661a8
commit
34fec670d3
@ -69,14 +69,9 @@ body = """
|
|||||||
https://github.com/{{ remote.owner }}/{{ remote.repo }}\
|
https://github.com/{{ remote.owner }}/{{ remote.repo }}\
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
# remove the leading and trailing whitespace from the template
|
# remove the leading and trailing whitespace from the template
|
||||||
trim = false
|
trim = false
|
||||||
# changelog footer
|
# postprocessors for the changelog body
|
||||||
footer = """
|
|
||||||
<!-- generated by git-cliff -->
|
|
||||||
"""
|
|
||||||
postprocessors = [
|
postprocessors = [
|
||||||
{ pattern = '<!-- Please read CONTRIBUTING.md before submitting any pull request. -->', replace = "" },
|
{ pattern = '<!-- Please read CONTRIBUTING.md before submitting any pull request. -->', replace = "" },
|
||||||
{ pattern = '>---+\n', replace = '' },
|
{ pattern = '>---+\n', replace = '' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user