Skip to content

Commit 5302ef1

Browse files
authored
feat: ✨ add CHANGELOG with some description of it (#178)
# Description Adds the CHANGELOG with text about our release process. This PR needs a quick review. ## Checklist - [x] Ran `just run-all` - [x] Formatted Markdown, if modified
1 parent 7cf175e commit 5302ef1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

template/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
Since we follow [Conventional
4+
Commits](https://decisions.seedcase-project.org/why-conventional-commits),
5+
we're able to automatically create a release based on the commit message
6+
by using
7+
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen).
8+
This means that releases can happen quite often, sometimes several in
9+
a day. It also means any individual release will not have many changes
10+
within it. Below is a list of releases along with what was changed
11+
within it.

0 commit comments

Comments
 (0)