diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-03-12 22:31:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-12 22:31:28 +0800 |
commit | 15a0b97f61e76e4a5615f04c116688bf98367076 (patch) | |
tree | d19c665ba04167a93cc4d28c463b7cc650a2c8fb | |
parent | 5ad34e035e8acc5c1647c2c93450f1e881cc56e4 (diff) | |
parent | 413053d6cbb30b5c1e4526c9df4f9889bc678324 (diff) | |
download | dexon-solidity-15a0b97f61e76e4a5615f04c116688bf98367076.tar.gz dexon-solidity-15a0b97f61e76e4a5615f04c116688bf98367076.tar.zst dexon-solidity-15a0b97f61e76e4a5615f04c116688bf98367076.zip |
Merge pull request #3706 from ethereum/releaseStepDocs
New release step.
-rw-r--r-- | ReleaseChecklist.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md index b5df9fda..82b1308c 100644 --- a/ReleaseChecklist.md +++ b/ReleaseChecklist.md @@ -11,6 +11,7 @@ Checklist for making a release: - [ ] 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) + - [ ] Update the default version on readthedocs. - [ ] 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. |