Skip to content

Commit f466e1e

Browse files
authored
Merge pull request ethereum#14428 from ethereum/update-release-checklist
Update solidity-website links in release checklist
2 parents ceb6587 + b2ce889 commit f466e1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ReleaseChecklist.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Requirements
44
- [ ] 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),
6-
[solidity-blog](https://github.com/ethereum/solidity-blog) and [solidity-portal](https://github.com/ethereum/solidity-portal) repositories.
6+
[solidity-website](https://github.com/ethereum/solidity-website).
77
- [ ] DockerHub account with push rights to the [``solc`` image](https://hub.docker.com/r/ethereum/solc).
88
- [ ] Launchpad (Ubuntu One) account with a membership in the ["Ethereum" team](https://launchpad.net/~ethereum) and
99
a gnupg key for your email in the ``ethereum.org`` domain (has to be version 1, gpg2 won't work).
@@ -37,8 +37,8 @@ At least a day before the release:
3737
- [ ] Prepare drafts of Twitter, Reddit and Solidity Forum announcements.
3838

3939
### Blog Post
40-
- [ ] Create a post on [solidity-blog](https://github.com/ethereum/solidity-blog) in the ``Releases`` category and explain some of the new features or concepts.
41-
- [ ] Create a post on [solidity-blog](https://github.com/ethereum/solidity-blog) in the ``Security Alerts`` category in case of important bug(s).
40+
- [ ] Create a post on [solidity-website](https://github.com/ethereum/solidity-website/tree/main/src/posts) in the ``Releases`` category and explain some of the new features or concepts.
41+
- [ ] Create a post on [solidity-website](https://github.com/ethereum/solidity-website/tree/main/src/posts) in the ``Security Alerts`` category in case of important bug(s).
4242

4343
### Changelog
4444
- [ ] Sort the changelog entries alphabetically and correct any errors you notice. Commit it.
@@ -104,9 +104,9 @@ At least a day before the release:
104104
- [ ] Make sure the documentation for the new release has been published successfully.
105105
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.
106106
- [ ] Remove "still in progress" warning from the [release notes](https://github.com/ethereum/solidity/releases).
107-
- [ ] Merge the [blog posts](https://github.com/ethereum/solidity-blog/pulls) related to the release.
107+
- [ ] Merge the [blog posts](https://github.com/ethereum/solidity-website/pulls) related to the release.
108108
- [ ] Create a commit to increase the version number on ``develop`` in ``CMakeLists.txt`` and add a new skeleton changelog entry.
109-
- [ ] Update the release information section [in the source of soliditylang.org](https://github.com/ethereum/solidity-portal/blob/master/index.html).
109+
- [ ] Update the release information section [in the source of soliditylang.org](https://github.com/ethereum/solidity-website/blob/main/src/pages/index.tsx).
110110
- [ ] Announce on [Twitter](https://twitter.com/solidity_lang), including links to the release and the blog post.
111111
- [ ] Announce on [Fosstodon](https://fosstodon.org/@solidity/), including links to the release and the blog post.
112112
- [ ] Share the announcement on Reddit in [``/r/ethdev``](https://reddit.com/r/ethdev/), cross-posted to [``/r/ethereum``](https://reddit.com/r/ethereum/).

0 commit comments

Comments
 (0)