File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Checklist for making a release:
2
2
3
3
### 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 ) ,
5
5
[ solc-bin] ( https://github.com/ethereum/solc-bin ) , [ homebrew-ethereum] ( https://github.com/ethereum/homebrew-ethereum ) ,
6
6
[ solidity-blog] ( https://github.com/ethereum/solidity-blog ) and [ solidity-portal] ( https://github.com/ethereum/solidity-portal ) repositories.
7
7
- [ ] DockerHub account with push rights to the [ `` solc `` image] ( https://hub.docker.com/r/ethereum/solc ) .
27
27
- [ ] Copy the changelog into the release blog post.
28
28
29
29
### 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 ) .
31
31
Set the target to the `` develop `` branch and the tag to the new version, e.g. `` v0.8.5 `` .
32
32
Include the following warning: `` **The release is still in progress and the binaries may not yet be available from all sources.** `` .
33
33
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 `` ).
35
35
- [ ] Check that all tests on the latest commit in `` develop `` are green.
36
36
- [ ] Click the `` Publish release `` button on the release page, creating the tag.
37
37
- [ ] Wait for the CI runs on the tag itself.
You can’t perform that action at this time.
0 commit comments