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
@@ -25,7 +25,8 @@
25
25
-[ ] Create a pull request from ``develop`` to ``release``, wait for the tests, then merge it.
26
26
-[ ] Make a final check that there are no platform-dependency issues in the ``solidity-test-bytecode`` repository.
27
27
-[ ] Wait for the tests for the commit on ``release``, create a release in Github, creating the tag (click the `PUBLISH RELEASE` button on the release page.)
28
-
-[ ] Wait for the CI runs on the tag itself (travis and appveyor should push artifacts onto the Github release page).
28
+
-[ ] Wait for the CI runs on the tag itself (travis should push artifacts onto the Github release page).
29
+
-[ ] 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``.
29
30
-[ ] Run ``scripts/create_source_tarball.sh`` while being on the tag to create the source tarball. Make sure to create ``prerelease.txt`` before: (``echo -n > prerelease.txt``). This will create the tarball in a directory called ``upload``.
30
31
-[ ] 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.
0 commit comments