Skip to content

Commit 46c15f3

Browse files
lwjohnst86signekbjoelostblom
authored
refactor: 📝 explain about release process more in CHANGELOG (#132)
# Description Just a bit more detail about how the releases work. Closes #106 Needs a quick review. ## Checklist - [x] Formatted Markdown - [x] Ran `just run-all` --------- Co-authored-by: Signe Kirk Brødbæk <signebroedbaek@gmail.com> Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>
1 parent b32a6f0 commit 46c15f3

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
Since we follow [Conventional
44
Commits](https://decisions.seedcase-project.org/why-conventional-commits),
5-
we're able to automatically create a release with
5+
we're able to automatically create formal "releases" of the website
6+
based on our commit messages. Releases in the context of websites are
7+
simply snapshots in time of the website content. We use
68
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen)
7-
based on the commit messages. This means that releases can happen quite
8-
often, sometimes several in a day. It also means any individual release
9-
will not have many changes within it. Below is a list of releases along
10-
with what was changed within it.
9+
to automatically create these releases using
10+
[SemVer](https://semverdoc.org) as the version numbering scheme.
11+
12+
Because releases are created based on commit messages, a new release is
13+
created quite often---sometimes several times in a day. This also means
14+
that any individual release will not have many changes within it. Below
15+
is a list of the releases we've made so far, along with what was changed
16+
within each release.
1117

1218
## 0.17.9 (2025-11-07)
1319

template/CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
Since we follow [Conventional
44
Commits](https://decisions.seedcase-project.org/why-conventional-commits),
5-
we're able to automatically create a release with
5+
we're able to automatically create formal "releases" of the website
6+
based on our commit messages. Releases in the context of websites are
7+
simply snapshots in time of the website content. We use
68
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen)
7-
based on the commit messages. This means that releases can happen quite
8-
often, sometimes several in a day. It also means any individual release
9-
will not have many changes within it. Below is a list of releases along
10-
with what was changed within it.
9+
to automatically create these releases using
10+
[SemVer](https://semverdoc.org) as the version numbering scheme.
11+
12+
Because releases are created based on commit messages, a new release is
13+
created quite often---sometimes several times in a day. This also means
14+
that any individual release will not have many changes within it. Below
15+
is a list of the releases we've made so far, along with what was changed
16+
within each release.

0 commit comments

Comments
 (0)