aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-24 18:09:39 +0800
committerGitHub <noreply@github.com>2017-07-24 18:09:39 +0800
commitcfb11ff7ec75865aba6323f443ce7055cca7b542 (patch)
treefb12dd559cbffa0b5466d5c8ab7ae844ffe10c5d
parent05f4cc8e78d84f1a36e6bd6d22ca1bb888abc6af (diff)
parent6207cb076a6cbf11649464833cdd817258b38270 (diff)
downloaddexon-solidity-cfb11ff7ec75865aba6323f443ce7055cca7b542.tar.gz
dexon-solidity-cfb11ff7ec75865aba6323f443ce7055cca7b542.tar.zst
dexon-solidity-cfb11ff7ec75865aba6323f443ce7055cca7b542.zip
Merge pull request #2625 from ethereum/chriseth-patch-1
Mention homebrew in release checklist
-rw-r--r--ReleaseChecklist.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md
index 76e3bfb1..b5df9fda 100644
--- a/ReleaseChecklist.md
+++ b/ReleaseChecklist.md
@@ -10,9 +10,10 @@ Checklist for making a release:
- [ ] Wait for the CI runs on the tag itself (they should push artefacts onto the Github release page).
- [ ] Run ``scripts/release_ppa.sh release`` to create the PPA release (you need the relevant openssl key).
- [ ] Check that the Docker release was pushed to Docker Hub (this still seems to have problems).
+ - [ ] Update the homebrew realease in https://github.com/ethereum/homebrew-ethereum/blob/master/solidity.rb (version and hash)
- [ ] Make a release of ``solc-js``: Increment the version number, create a pull request for that, merge it after tests succeeded.
- [ ] Run ``npm publish`` in the updated ``solc-js`` repository.
- [ ] Create a commit to increase the version number on ``develop`` in ``CMakeLists.txt`` and add a new skeleton changelog entry.
- [ ] Merge ``release`` back into ``develop``.
- [ ] Announce on Twitter and Reddit.
- - [ ] Lay back, wait for bug reports and repeat from step 1 :)
+ - [ ] Lean back, wait for bug reports and repeat from step 1 :)