From c6a5352231a55df02a72bdbbe197a90457cf06fc Mon Sep 17 00:00:00 2001 From: Erik Kundt Date: Wed, 13 Mar 2019 18:29:22 +0100 Subject: [PATCH] Adjust order of release page creation. --- ReleaseChecklist.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md index 6aa0ad79c..b2b39e886 100644 --- a/ReleaseChecklist.md +++ b/ReleaseChecklist.md @@ -22,11 +22,10 @@ - [ ] Thank voluntary contributors in the Github release page (use ``git shortlog -s -n -e origin/release..origin/develop``). - [ ] Create a pull request from ``develop`` to ``release``, wait for the tests, then merge it. - [ ] Make a final check that there are no platform-dependency issues in the ``solidity-test-bytecode`` repository. - - [ ] Wait for the tests for the commit on ``release``, create a release in Github, creating the tag. + - [ ] 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.) - [ ] Wait for the CI runs on the tag itself (travis and appveyor should push artifacts onto the Github release page). - [ ] 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``. - [ ] 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. - - [ ] Click the `PUBLISH RELEASE` button on the release page. ### PPA - [ ] Change ``scripts/release_ppa.sh`` to match your key's email and key id.