Skip to content

Commit

Permalink
chore: Once more with the white space
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 29, 2024
1 parent f157d70 commit 769f314
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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") -%}
{% if group != "chore" -%}
### {{ group | upper_first }}
{% for commit in commits -%}
Expand All @@ -14,10 +14,9 @@ _{{ timestamp | date(format="%d %B %Y") }}_
{% else -%}
* {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message | upper_first }}
{% endif -%}
{% endfor -%}
{% endfor %}
{% endif -%}
{% endfor -%}
"""

commit_parsers = [
Expand Down

0 comments on commit 769f314

Please sign in to comment.