Chore: Release v0.4.6

This commit is contained in:
Kyle Simpson
2024-12-04 09:54:53 +00:00
parent 651d037a54
commit 2146846df4
3 changed files with 37 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ Thanks to the following for their contributions:
### Changed
{% for commit in commits %}
- {{ commit.message | split(pat="\n") | first | upper_first | trim }} \
{% if commit.github.username %}([@{{ commit.github.username }}]){% raw %} {% endraw %}{%- endif -%} \
{% if commit.remote.username %}([@{{ commit.remote.username }}]){% raw %} {% endraw %}{%- endif -%} \
[c:{{ commit.id | truncate(length=7, end="") }}]
{%- endfor -%}