-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: 📝 explain about release process more in CHANGELOG #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
refactor: 📝 explain about release process more in CHANGELOG #132
Conversation
joelostblom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two minor typos, otherwise looks good!
| will not have many changes within it. Below is a list of releases along | ||
| with what was changed within it. | ||
| to be able to automatically create these releases, which uses | ||
| [SemVar](https://semverdoc.org) as the version numbering scheme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [SemVar](https://semverdoc.org) as the version numbering scheme. | |
| [SemVer](https://semverdoc.org) as the version numbering scheme. |
| will not have many changes within it. Below is a list of releases along | ||
| with what was changed within it. | ||
| to be able to automatically create these releases, which uses | ||
| [SemVar](https://semverdoc.org) as the version numbering scheme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [SemVar](https://semverdoc.org) as the version numbering scheme. | |
| [SemVer](https://semverdoc.org) as the version numbering scheme. |
signekb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice with some elaboration. I've added a couple of suggestions below:
| Commits](https://decisions.seedcase-project.org/why-conventional-commits) | ||
| when writing commit messages, we're able to automatically create formal | ||
| "releases" of the website based on the commit messages. Releases in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Commits](https://decisions.seedcase-project.org/why-conventional-commits) | |
| when writing commit messages, we're able to automatically create formal | |
| "releases" of the website based on the commit messages. Releases in the | |
| Commits](https://decisions.seedcase-project.org/why-conventional-commits), | |
| we're able to automatically create formal | |
| "releases" of the website based on our commit messages. Releases in the |
| often, sometimes several in a day. It also means any individual release | ||
| will not have many changes within it. Below is a list of releases along | ||
| with what was changed within it. | ||
| to be able to automatically create these releases, which uses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| to be able to automatically create these releases, which uses | |
| to automatically create these releases using |
| Because releases are created based on commit messages, we release quite | ||
| often, sometimes several times in a day. This also means that any |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Because releases are created based on commit messages, we release quite | |
| often, sometimes several times in a day. This also means that any | |
| Because releases are created based on commit messages, a new release is created quite | |
| often---sometimes several times in a day. This also means that any |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments as above ⏫
Description
Just a bit more detail about how the releases work.
Closes #106
Needs a quick review.
Checklist
just run-all