diff options
author | chriseth <chris@ethereum.org> | 2018-12-13 16:45:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-13 16:45:56 +0800 |
commit | b3e2ba1581362233d46d32f5b335a3e1ee4c32a4 (patch) | |
tree | a6a2ddedb35946705c7755cfcb4bdeab9779c01e | |
parent | e85c3428b483192e8e3d4255d619f31a48c08bef (diff) | |
parent | ae0808a0f1e608bf3ac9366e5f243bc9289a9344 (diff) | |
download | dexon-solidity-b3e2ba1581362233d46d32f5b335a3e1ee4c32a4.tar.gz dexon-solidity-b3e2ba1581362233d46d32f5b335a3e1ee4c32a4.tar.zst dexon-solidity-b3e2ba1581362233d46d32f5b335a3e1ee4c32a4.zip |
Merge pull request #5643 from ethereum/releaseChecklist
Clarify the need to wait for the static PPA build to finish in the release checklist.
-rw-r--r-- | ReleaseChecklist.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md index 5b60b480..04734544 100644 --- a/ReleaseChecklist.md +++ b/ReleaseChecklist.md @@ -10,7 +10,7 @@ Checklist for making a release: - [ ] 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/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, copy the static package to the ``~ethereum/ubuntu/ethereum`` PPA for the destination series ``Trusty`` while selecting ``Copy existing binaries``. + - [ ] 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``). - [ ] Update the homebrew realease in https://github.com/ethereum/homebrew-ethereum/blob/master/solidity.rb (version and hash) - [ ] Update the default version on readthedocs. |