Skip to content

Commit

Permalink
Merge pull request #13 from dark0dave/build/releaseNotes
Browse files Browse the repository at this point in the history
build(release): More release note fixes
  • Loading branch information
dark0dave authored Jan 28, 2024
2 parents 33dc1c2 + aec50be commit 0016345
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 0016345

Please sign in to comment.