Skip to content

Commit ccc3317

Browse files
committed
ReleaseChecklist: Markdown formatting for all links
1 parent 98ad27d commit ccc3317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReleaseChecklist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
- [ ] Create a pull request in solc-bin and merge.
4949

5050
### 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).
5353

5454
### Docker
5555
- [ ] Run ``./scripts/docker_deploy_manual.sh v$VERSION``.
@@ -74,7 +74,7 @@
7474

7575
### Post-release
7676
- [ ] 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.
7878
- [ ] Remove "still in progress" warning from the release notes.
7979
- [ ] Publish the blog posts.
8080
- [ ] Create a commit to increase the version number on ``develop`` in ``CMakeLists.txt`` and add a new skeleton changelog entry.

0 commit comments

Comments
 (0)