Skip to content

Commit

Permalink
chore: Fix release-plz.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Oct 28, 2024
1 parent bf75a70 commit c034085
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,6 @@ git_tag_enable = true
changelog_update = true

[changelog]
body = """
## [{{ version | trim_start_matches(pat="v") }}]\
{%- if release_link -%}\
({{ release_link }})\
{% endif %} \
- {{ timestamp | date(format="%Y-%m-%d") }}
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
{%- if commit.scope -%}
- *({{commit.scope}})* {% if commit.breaking %}[**breaking**] {% endif %}\
{{ commit.message }} by @{{ commit.author.name }}\
{%- if commit.links %} \
({% for link in commit.links %}[{{link.text}}]({{link.href}}) {% endfor -%})\
{% endif %}
{% else -%}
- {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message }} by @{{ commit.author.name }}
{% endif -%}
{% endfor -%}
{% endfor %}
"""
commit_parsers = [
{ message = "^feat", group = "added" },
{ message = "^changed", group = "changed" },
Expand Down

0 comments on commit c034085

Please sign in to comment.