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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,11 @@
26
26
-[ ] Click the `PUBLISH RELEASE` button on the release page, creating the tag.
27
27
-[ ] Wait for the CI runs on the tag itself.
28
28
29
-
### Download Binaries
29
+
### Upload Release Artifacts
30
+
-[ ] Switch to the tag that archives have to be created for.
31
+
-[ ] Create the ``prerelease.txt`` file: (``echo -n > prerelease.txt``).
32
+
-[ ] Run ``scripts/create_source_tarball.sh`` while being on the tag to create the source tarball. This will create the tarball in a directory called ``upload``.
33
+
-[ ] Take the tarball from the upload directory (its name should be ``solidity_x.x.x.tar.gz``, otherwise ``prerelease.txt`` was missing in the step before) and upload the source tarball to the release page.
30
34
-[ ] Take the ``solc.exe`` binary from the ``b_win_release`` run of the released commit in circle-ci and add it to the release page as ``solc-windows.exe``.
31
35
-[ ] Take the ``solc`` binary from the ``b_osx`` run of the released commit in circle-ci and add it to the release page as ``solc-macos``.
32
36
-[ ] Take the ``solc`` binary from the ``b_ubu_static`` run of the released commit in circle-ci and add it to the release page as ``solc-static-linux``.
0 commit comments