Skip to content

Commit

Permalink
add trim and footer
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
Kenji Miyake committed Feb 8, 2022
1 parent 182be87 commit 543d2f8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/fixtures/test-date-order-arg/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ body = """
{% endfor %}
{% endfor %}\n
"""
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
<!-- generated by git-cliff -->
"""
6 changes: 6 additions & 0 deletions .github/fixtures/test-date-order/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ body = """
{% endfor %}
{% endfor %}\n
"""
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
<!-- generated by git-cliff -->
"""

[git]
date_order = true
6 changes: 6 additions & 0 deletions .github/fixtures/test-ignore-tags/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ body = """
{% endfor %}
{% endfor %}\n
"""
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
<!-- generated by git-cliff -->
"""

[git]
# regex for skipping tags
Expand Down
6 changes: 6 additions & 0 deletions .github/fixtures/test-topo-order/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ body = """
{% endfor %}
{% endfor %}\n
"""
# remove the leading and trailing whitespace from the template
trim = true
# changelog footer
footer = """
<!-- generated by git-cliff -->
"""

0 comments on commit 543d2f8

Please sign in to comment.