Skip to content

Commit c1423cb

Browse files
committed
refactor: ♻️ move releases to changelog
1 parent 4b78898 commit c1423cb

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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.
12+
113
## 0.16.0 (2025-11-14)
214

315
### Feat

_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ website:
2424
menu:
2525
- text: "Welcome"
2626
href: index.qmd
27-
- text: "Releases"
28-
href: docs/releases.qmd
2927
- text: "Contributing"
3028
href: CONTRIBUTING.md
29+
- text: "Changelog"
30+
href: CHANGELOG.md
3131
- text: "Guide"
3232
href: docs/guide.qmd
3333
tools:

docs/releases.qmd

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)