diff options
author | chriseth <chris@ethereum.org> | 2018-12-20 18:04:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 18:04:52 +0800 |
commit | f1377889a62c1dd2e0e06cd0f6cc39bd6e5da41e (patch) | |
tree | 3af4a9df67cdc077f5b13832103850a7d8e98c29 | |
parent | dd49196d3fe7bffc7b6e27d932fecff08004f594 (diff) | |
parent | 239026b3418a462a6c84297f06ea6dad4af4558b (diff) | |
download | dexon-solidity-f1377889a62c1dd2e0e06cd0f6cc39bd6e5da41e.tar.gz dexon-solidity-f1377889a62c1dd2e0e06cd0f6cc39bd6e5da41e.tar.zst dexon-solidity-f1377889a62c1dd2e0e06cd0f6cc39bd6e5da41e.zip |
Merge pull request #5707 from ethereum/updateReleaseChecklist
Update release checklist.
-rw-r--r-- | ReleaseChecklist.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md index 04734544..c10db742 100644 --- a/ReleaseChecklist.md +++ b/ReleaseChecklist.md @@ -4,11 +4,13 @@ Checklist for making a release: - [ ] Check that all issues and pull requests from the Github project to be released are merged to ``develop``. - [ ] Create a commit in ``develop`` that updates the ``Changelog`` to include a release date (run ``./scripts/tests.sh`` to update the bug list). Sort the changelog entries alphabetically and correct any errors you notice. - [ ] Create a pull request and wait for the tests, merge it. + - [ ] 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 ``solc-test-bytecode`` repository. + - [ ] 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. - - [ ] Thank voluntary contributors in the Github release page (use ``git shortlog -s -n -e origin/release..origin/develop``). - [ ] Wait for the CI runs on the tag itself (they should push artifacts onto the Github release page). + - [ ] Run ``scripts/create_source_tarball.sh`` while being on the tag to create the source tarball. + - [ ] Upload the source tarball (in the upload directory) to the release page. - [ ] Run ``scripts/release_ppa.sh release`` to create the PPA release (you need the relevant openssl key). - [ ] Once the ``~ethereum/ubuntu/ethereum-static`` PPA build is finished and published for all platforms (make sure not to do this earlier), copy the static package to the ``~ethereum/ubuntu/ethereum`` PPA for the destination series ``Trusty`` while selecting ``Copy existing binaries``. - [ ] Check that the Docker release was pushed to Docker Hub (this still seems to have problems, run ``./scripts/docker_deploy_manual.sh release``). |