Skip to content

Commit 1762482

Browse files
cameelchriseth
authored andcommitted
Add instructions for creating the source tarball back to the release checklist
1 parent 1aacb67 commit 1762482

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ReleaseChecklist.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
- [ ] Click the `PUBLISH RELEASE` button on the release page, creating the tag.
2727
- [ ] Wait for the CI runs on the tag itself.
2828

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.
3034
- [ ] 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``.
3135
- [ ] 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``.
3236
- [ ] 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

Comments
 (0)