From d2e1e794508ba1e9209955423ddfddb5e2278505 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Mon, 1 Sep 2025 17:17:21 +0200 Subject: [PATCH] feat: :sparkles: add CHANGELOG with some description of it --- template/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 template/CHANGELOG.md diff --git a/template/CHANGELOG.md b/template/CHANGELOG.md new file mode 100644 index 0000000..0346009 --- /dev/null +++ b/template/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +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.