Skip to content

Commit f562021

Browse files
author
Ikko Ashimine
authored
Update ReleaseChecklist.md
github -> GitHub Github -> GitHub
1 parent 548a4b4 commit f562021

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).
@@ -27,11 +27,11 @@
2727
- [ ] Copy the changelog into the release blog post.
2828

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

0 commit comments

Comments
 (0)