You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseChecklist.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ At least a day before the release:
50
50
### Create the Release
51
51
-[ ] Create a [release on GitHub](https://github.com/ethereum/solidity/releases/new).
52
52
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.**``.
54
54
Do not publish it yet - click the ``Save draft`` button instead.
55
55
-[ ] Thank voluntary contributors in the GitHub release notes.
56
56
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:
68
68
-[ ] 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.
69
69
Make sure it contains four binaries: ``solc-windows.exe``, ``solc-macos``, ``solc-static-linux`` and ``soljson.js``.
70
70
-[ ] 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.
71
72
-[ ] 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/``.
0 commit comments