Skip to content

Commit c377c3c

Browse files
lwjohnst86signekbjoelostblom
authored
refactor: ✏️ small edits from review
Co-authored-by: Signe Kirk Brødbæk <signebroedbaek@gmail.com> Co-authored-by: Joel Ostblom <joelostblom@users.noreply.github.com>
1 parent a75a0c5 commit c377c3c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Changelog
22

33
Since 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
77
context of websites are simply snapshots in time of the website
88
content. 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
1515
individual release will not have many changes within it. Below is a list
1616
of the releases we've made so far, along with what was changed within
1717
each release.

template/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ context of websites are simply snapshots in time of the website
88
content. We use
99
[Commitizen](https://decisions.seedcase-project.org/why-semantic-release-with-commitizen)
1010
to 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

1313
Because releases are created based on commit messages, we release quite
1414
often, sometimes several times in a day. This also means that any

0 commit comments

Comments
 (0)