Skip to content

Commit 032d0bf

Browse files
committed
ReleaseChecklist: Remove checkboxes from requirements
- This is not something we go through during a release so we never check them anyway.
1 parent 1108385 commit 032d0bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ReleaseChecklist.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Checklist for making a Solidity release
22

33
## Requirements
4-
- [ ] GitHub account with access to [solidity](https://github.com/argotorg/solidity), [solc-js](https://github.com/argotorg/solc-js),
4+
- GitHub account with access to [solidity](https://github.com/argotorg/solidity), [solc-js](https://github.com/argotorg/solc-js),
55
[solc-bin](https://github.com/argotorg/solc-bin), [solidity-website](https://github.com/argotorg/solidity-website).
6-
- [ ] Personal Access Token (PAT) with `write:packages` scope to access Github's container registry.
6+
- Personal Access Token (PAT) with `write:packages` scope to access Github's container registry.
77
You can generate one by visiting https://github.com/settings/tokens/new?scopes=write:packages.
8-
- [ ] Ubuntu/Debian dependencies of the Docker script: `docker-buildx`.
9-
- [ ] [npm Registry](https://www.npmjs.com) account added as a collaborator for the [`solc` package](https://www.npmjs.com/package/solc).
10-
- [ ] Access to the [solidity_lang Twitter account](https://twitter.com/solidity_lang).
11-
- [ ] [Reddit](https://www.reddit.com) account that is at least 10 days old with a minimum of 20 comment karma (`/r/ethereum` requirements).
8+
- Ubuntu/Debian dependencies of the Docker script: `docker-buildx`.
9+
- [npm Registry](https://www.npmjs.com) account added as a collaborator for the [`solc` package](https://www.npmjs.com/package/solc).
10+
- Access to the [solidity_lang Twitter account](https://twitter.com/solidity_lang).
11+
- [Reddit](https://www.reddit.com) account that is at least 10 days old with a minimum of 20 comment karma (`/r/ethereum` requirements).
1212

1313
## Full release
1414

0 commit comments

Comments
 (0)