Skip to content

Commit 7115a63

Browse files
authored
Update release checklist (ethereum#14812)
1 parent 0dce029 commit 7115a63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ReleaseChecklist.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ At least a day before the release:
5050
### Create the Release
5151
- [ ] Create a [release on GitHub](https://github.com/ethereum/solidity/releases/new).
5252
Set the target to the ``develop`` branch and the tag to the new version, e.g. ``v0.8.5``.
53-
Include the following warning: ``**The release is still in progress and the binaries may not yet be available from all sources.**``.
53+
Include the following warning: ``**The release is still in progress. You may see broken links and binaries may not yet be available from all sources.**``.
5454
Do not publish it yet - click the ``Save draft`` button instead.
5555
- [ ] Thank voluntary contributors in the GitHub release notes.
5656
Use ``scripts/list_contributors.sh v<previous version>`` to get initial list of names.
@@ -68,6 +68,7 @@ At least a day before the release:
6868
- [ ] Take the ``github-binaries.tar`` tarball from ``c_release_binaries`` run of the tagged commit in circle-ci and add all binaries from it to the release page.
6969
Make sure it contains four binaries: ``solc-windows.exe``, ``solc-macos``, ``solc-static-linux`` and ``soljson.js``.
7070
- [ ] Take the ``solc-bin-binaries.tar`` tarball from ``c_release_binaries`` run of the tagged commit in circle-ci and add all binaries from it to solc-bin.
71+
- [ ] Run ``npm install`` if you've got a clean checkout of the solc-bin repo.
7172
- [ ] Run ``npm run update -- --reuse-hashes`` in ``solc-bin`` and verify that the script has updated ``list.js``, ``list.txt`` and ``list.json`` files correctly and that symlinks to the new release have been added in ``solc-bin/wasm/`` and ``solc-bin/emscripten-wasm32/``.
7273
- [ ] Create a pull request in solc-bin and merge.
7374

0 commit comments

Comments
 (0)