Skip to content

Commit f808855

Browse files
authored
Merge pull request #13498 from eltociear/patch-2
Update ReleaseChecklist.md
2 parents 34be07b + f562021 commit f808855

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
@@ -1,7 +1,7 @@
11
## Checklist for making a release:
22

33
### Requirements
4-
- [ ] Github account with access to [solidity](https://github.com/ethereum/solidity), [solc-js](https://github.com/ethereum/solc-js),
4+
- [ ] GitHub account with access to [solidity](https://github.com/ethereum/solidity), [solc-js](https://github.com/ethereum/solc-js),
55
[solc-bin](https://github.com/ethereum/solc-bin), [homebrew-ethereum](https://github.com/ethereum/homebrew-ethereum),
66
[solidity-blog](https://github.com/ethereum/solidity-blog) and [solidity-portal](https://github.com/ethereum/solidity-portal) repositories.
77
- [ ] DockerHub account with push rights to the [``solc`` image](https://hub.docker.com/r/ethereum/solc).
@@ -28,11 +28,11 @@
2828
- [ ] Copy the changelog into the release blog post.
2929

3030
### Create the Release
31-
- [ ] Create a [release on github](https://github.com/ethereum/solidity/releases/new).
31+
- [ ] Create a [release on GitHub](https://github.com/ethereum/solidity/releases/new).
3232
Set the target to the ``develop`` branch and the tag to the new version, e.g. ``v0.8.5``.
3333
Include the following warning: ``**The release is still in progress and the binaries may not yet be available from all sources.**``.
3434
Don't publish it yet - click the ``Save draft`` button instead.
35-
- [ ] Thank voluntary contributors in the Github release notes (use ``git shortlog --summary --email v0.5.3..origin/develop``).
35+
- [ ] Thank voluntary contributors in the GitHub release notes (use ``git shortlog --summary --email v0.5.3..origin/develop``).
3636
- [ ] Check that all tests on the latest commit in ``develop`` are green.
3737
- [ ] Click the ``Publish release`` button on the release page, creating the tag.
3838
- [ ] Wait for the CI runs on the tag itself.

0 commit comments

Comments
 (0)