From 23feb96bcc8182f19528298817617336b866eadb Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:07:42 +0100 Subject: chore(release): update changelog --- .github/workflows/cliff.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/cliff.toml b/.github/workflows/cliff.toml index 0d04a13f..ac6a0b3a 100644 --- a/.github/workflows/cliff.toml +++ b/.github/workflows/cliff.toml @@ -19,7 +19,7 @@ body = """ {% for commit in commits | filter(attribute="scope") | sort(attribute="scope") %} - - _({{commit.scope}})_ {{ commit.message | upper_first }} + - _({{commit.scope}})_ {{ commit.message }} {%- if commit.breaking %} {% raw %} {% endraw %}- **BREAKING**: {{commit.breaking_description}} {%- endif -%} @@ -27,7 +27,7 @@ body = """ {% for commit in commits %} {%- if commit.scope -%} {% else -%} - - {{ commit.message | upper_first }} + - {{ commit.message }} {% if commit.breaking -%} {% raw %} {% endraw %}- **BREAKING**: {{commit.breaking_description}} {% endif -%} -- cgit v1.2.3