mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ReleaseChecklist: Emphasize separate changelog and version commits
This commit is contained in:
parent
b9d06b48a2
commit
3f437da2a4
@ -13,10 +13,11 @@
|
||||
- [ ] Run `make linkcheck` from within `docs/` and fix any broken links it finds. Ignore false positives caused by `href` anchors and dummy links not meant to work.
|
||||
|
||||
### Changelog
|
||||
- [ ] Sort the changelog entries alphabetically and correct any errors you notice.
|
||||
- [ ] Create a commit on a new branch that updates the ``Changelog`` to include a release date.
|
||||
- [ ] Sort the changelog entries alphabetically and correct any errors you notice. Commit it.
|
||||
- [ ] Update the changelog to include a release date.
|
||||
- [ ] Run ``scripts/update_bugs_by_version.py`` to regenerate ``bugs_by_version.json`` from the changelog and ``bugs.json``.
|
||||
- [ ] Create a pull request and wait for the tests, merge it.
|
||||
Make sure that the resulting ``bugs_by_version.json`` has a new, empty entry for the new version.
|
||||
- [ ] Commit changes, create a pull request and wait for the tests. Then merge it.
|
||||
- [ ] Copy the changelog into the release blog post.
|
||||
|
||||
### Create the Release
|
||||
|
Loading…
Reference in New Issue
Block a user