From 6207cb076a6cbf11649464833cdd817258b38270 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 24 Jul 2017 11:41:43 +0200 Subject: [PATCH] Mention homebrew in release checklist --- ReleaseChecklist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md index 76e3bfb1c..b5df9fdac 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 :)