File tree Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 22
33Since we follow [ Conventional
44Commits] ( 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
Original file line number Diff line number Diff line change 22
33Since we follow [ Conventional
44Commits] ( 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.
You can’t perform that action at this time.
0 commit comments