Skip to content

Commit

Permalink
chore: Adjust changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 28, 2024
1 parent 3b4ac07 commit ff701db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body = """
## [{{ version | trim_start_matches(pat="v") }}]{%- if release_link -%}({{ release_link }}){% endif %}
_{{ timestamp | date(format="%d %B %Y") }}_
{%- for group, commits in commits | group_by(attribute="group") %}
{% for group, commits in commits | group_by(attribute="group") %}
{% if group != "chore" -%}
### {{ group | upper_first }}
Expand All @@ -15,7 +15,8 @@ _{{ timestamp | date(format="%d %B %Y") }}_
{% endif -%}
{% endfor -%}
{% endif -%}
{% endfor %}
{% endfor -%}
"""

commit_parsers = [
Expand Down

0 comments on commit ff701db

Please sign in to comment.