From c881ac923fb4dff8a8cdfa06faf998d39a42ec79 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Sat, 12 Mar 2022 15:57:11 +0100 Subject: [PATCH 1/2] chore: fix `keepachangelog` config example --- examples/keepachangelog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/keepachangelog.toml b/examples/keepachangelog.toml index f6552c2493..d2002250f5 100644 --- a/examples/keepachangelog.toml +++ b/examples/keepachangelog.toml @@ -15,7 +15,7 @@ body = """ {% if version %}\ ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} {% else %}\ - ## [unreleased] + ## [Unreleased] {% endif %}\ {% for group, commits in commits | group_by(attribute="group") %} ### {{ group | upper_first }} From 14305b74d79799e89d96cb85b3087e254c38c5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 13 Mar 2022 13:24:39 +0300 Subject: [PATCH 2/2] docs(readme): update keepachangelog example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b131bb2b43..3643d2eca2 100644 --- a/README.md +++ b/README.md @@ -1157,7 +1157,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [Unreleased] ### Added @@ -1204,7 +1204,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [Unreleased] ### Added