|
3 | 3 | ### Requirements
|
4 | 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 |
| - [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). |
7 | 7 | - [ ] DockerHub account with push rights to the [``solc`` image](https://hub.docker.com/r/ethereum/solc).
|
8 | 8 | - [ ] Launchpad (Ubuntu One) account with a membership in the ["Ethereum" team](https://launchpad.net/~ethereum) and
|
9 | 9 | 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:
|
37 | 37 | - [ ] Prepare drafts of Twitter, Reddit and Solidity Forum announcements.
|
38 | 38 |
|
39 | 39 | ### 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). |
42 | 42 |
|
43 | 43 | ### Changelog
|
44 | 44 | - [ ] Sort the changelog entries alphabetically and correct any errors you notice. Commit it.
|
@@ -104,9 +104,9 @@ At least a day before the release:
|
104 | 104 | - [ ] Make sure the documentation for the new release has been published successfully.
|
105 | 105 | 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.
|
106 | 106 | - [ ] 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. |
108 | 108 | - [ ] 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). |
110 | 110 | - [ ] Announce on [Twitter](https://twitter.com/solidity_lang), including links to the release and the blog post.
|
111 | 111 | - [ ] Announce on [Fosstodon](https://fosstodon.org/@solidity/), including links to the release and the blog post.
|
112 | 112 | - [ ] 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