You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReleaseChecklist.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@
48
48
-[ ] Create a pull request in solc-bin and merge.
49
49
50
50
### Homebrew and MacOS
51
-
-[ ] Update the version and the hash (``sha256sum solidity_$VERSION.tar.gz``) in https://github.com/Homebrew/homebrew-core/blob/master/Formula/solidity.rb
52
-
-[ ] Update the version and the hash (``sha256sum solidity_$VERSION.tar.gz``) in https://github.com/ethereum/homebrew-ethereum/blob/master/solidity.rb
51
+
-[ ] Update the version and the hash (``sha256sum solidity_$VERSION.tar.gz``) in the [``solidity`` formula in Homebrew core repository](https://github.com/Homebrew/homebrew-core/blob/master/Formula/solidity.rb).
52
+
-[ ] Update the version and the hash (``sha256sum solidity_$VERSION.tar.gz``) in [our custom ``solidity`` Homebrew formula](https://github.com/ethereum/homebrew-ethereum/blob/master/solidity.rb).
53
53
54
54
### Docker
55
55
-[ ] Run ``./scripts/docker_deploy_manual.sh v$VERSION``.
@@ -74,7 +74,7 @@
74
74
75
75
### Post-release
76
76
-[ ] Make sure the documentation for the new release has been published successfully.
77
-
Go to https://readthedocs.org/projects/solidity/ and verify that the new version is listed, works and is marked as default.
77
+
Go to the [documentation status page at ReadTheDocs](https://readthedocs.org/projects/solidity/) and verify that the new version is listed, works and is marked as default.
78
78
-[ ] Remove "still in progress" warning from the release notes.
79
79
-[ ] Publish the blog posts.
80
80
-[ ] Create a commit to increase the version number on ``develop`` in ``CMakeLists.txt`` and add a new skeleton changelog entry.
0 commit comments