Skip to content

Commit

Permalink
build(release): More release note fixes
Browse files Browse the repository at this point in the history
Signed-off-by: dark0dave <dark0dave@mykolab.com>
  • Loading branch information
dark0dave committed Jan 28, 2024
1 parent 33dc1c2 commit aec50be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %}
\n#### {{ group | striptags | trim | upper_first }}:
{% for commit in commits
| filter(attribute="group")
| sort(attribute="scope") %}
| filter(attribute="group") %}
- {{commit.scope}}: \
{{ commit.message }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/dark0dave/post_infinity/commit/{{ commit.id }}) by [{{ commit.author.name }}](https://github.com/{{ commit.author.name }}))
{%- endfor -%}
Expand Down

0 comments on commit aec50be

Please sign in to comment.