File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33Since we follow [ Conventional
4- Commits] ( https://decisions.seedcase-project.org/why-conventional-commits )
5- when writing commit messages, we're able to automatically create formal
6- "releases" of the website based on the commit messages. Releases in the
4+ Commits] ( https://decisions.seedcase-project.org/why-conventional-commits ) ,
5+ we're able to automatically create formal
6+ "releases" of the website based on our commit messages. Releases in the
77context of websites are simply snapshots in time of the website
88content. We use
99[ Commitizen] ( https://decisions.seedcase-project.org/why-semantic-release-with-commitizen )
10- to be able to automatically create these releases, which uses
11- [ SemVar ] ( https://semverdoc.org ) as the version numbering scheme.
10+ to automatically create these releases using
11+ [ SemVer ] ( https://semverdoc.org ) as the version numbering scheme.
1212
13- Because releases are created based on commit messages, we release quite
14- often, sometimes several times in a day. This also means that any
13+ Because releases are created based on commit messages, a new release is created quite
14+ often--- sometimes several times in a day. This also means that any
1515individual release will not have many changes within it. Below is a list
1616of the releases we've made so far, along with what was changed within
1717each release.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ context of websites are simply snapshots in time of the website
88content. We use
99[ Commitizen] ( https://decisions.seedcase-project.org/why-semantic-release-with-commitizen )
1010to be able to automatically create these releases, which uses
11- [ SemVar ] ( https://semverdoc.org ) as the version numbering scheme.
11+ [ SemVer ] ( https://semverdoc.org ) as the version numbering scheme.
1212
1313Because releases are created based on commit messages, we release quite
1414often, sometimes several times in a day. This also means that any
You can’t perform that action at this time.
0 commit comments