From 61fc0e61b6db9ccea95f5e73c890cd92a89aaa63 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 5 Sep 2025 18:47:55 +0200 Subject: [PATCH] refactor: :memo: simplify CHANGELOG description --- CHANGELOG.md | 13 ++++++------- template/CHANGELOG.md | 13 ++++++------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 553ebbd..4812927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,12 @@ Since we follow [Conventional Commits](https://decisions.seedcase-project.org/why-conventional-commits), -we're able to automatically create a release based on the commit message -by using -[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen). -This means that releases can happen quite often, sometimes several in -a day. It also means any individual release will not have many changes -within it. Below is a list of releases along with what was changed -within it. +we're able to automatically create a release with +[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen) +based on the commit messages. This means that releases can happen quite +often, sometimes several in a day. It also means any individual release +will not have many changes within it. Below is a list of releases along +with what was changed within it. ## 0.17.6 (2025-09-05) diff --git a/template/CHANGELOG.md b/template/CHANGELOG.md index 0346009..f2dec17 100644 --- a/template/CHANGELOG.md +++ b/template/CHANGELOG.md @@ -2,10 +2,9 @@ Since we follow [Conventional Commits](https://decisions.seedcase-project.org/why-conventional-commits), -we're able to automatically create a release based on the commit message -by using -[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen). -This means that releases can happen quite often, sometimes several in -a day. It also means any individual release will not have many changes -within it. Below is a list of releases along with what was changed -within it. +we're able to automatically create a release with +[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen) +based on the commit messages. This means that releases can happen quite +often, sometimes several in a day. It also means any individual release +will not have many changes within it. Below is a list of releases along +with what was changed within it.