You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CODING_STYLE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ foo->bar(someLongVariableName,
46
46
cout << "some very long string that contains completely irrelevant text that talks about this and that and contains the words \"lorem\" and \"ipsum\"" << endl;
47
47
```
48
48
49
-
To set indentation and tab width settings uniformly, the repository contains an [EditorConfig](https://editorconfig.org/) [`.editorconfig`](https://github.com/ethereum/solidity/blob/develop/.editorconfig) file, which describes some of the styles used and which is recognized by many IDE's and editors.
49
+
To set indentation and tab width settings uniformly, the repository contains an [EditorConfig](https://editorconfig.org/) [`.editorconfig`](https://github.com/argotorg/solidity/blob/develop/.editorconfig) file, which describes some of the styles used and which is recognized by many IDE's and editors.
-[ ] DockerHub account with push rights to the [`solc` image](https://hub.docker.com/r/ethereum/solc).
7
7
-[ ] Launchpad (Ubuntu One) account with a membership in the ["Ethereum" team](https://launchpad.net/~ethereum) and
8
8
a gnupg key for your email in the `ethereum.org` domain (has to be version 1, gpg2 won't work).
@@ -39,8 +39,8 @@ At least a day before the release:
39
39
-[ ] Prepare drafts of Twitter, Reddit and Solidity Forum announcements.
40
40
41
41
### Blog Post
42
-
-[ ] 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.
43
-
-[ ] 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
+
-[ ] Create a post on [solidity-website](https://github.com/argotorg/solidity-website/tree/main/src/posts) in the `Releases` category and explain some of the new features or concepts.
43
+
-[ ] Create a post on [solidity-website](https://github.com/argotorg/solidity-website/tree/main/src/posts) in the `Security Alerts` category in case of important bug(s).
44
44
-[ ] Get the posts reviewed and approved **before the release starts**.
45
45
46
46
### Changelog
@@ -52,7 +52,7 @@ At least a day before the release:
52
52
-[ ] Copy the changelog into the release blog post.
53
53
54
54
### Create the Release
55
-
-[ ] Create a [release on GitHub](https://github.com/ethereum/solidity/releases/new).
55
+
-[ ] Create a [release on GitHub](https://github.com/argotorg/solidity/releases/new).
56
56
Set the target to the `develop` branch and the tag to the new version, e.g. `v0.8.5`.
57
57
Include the following warning: `**The release is still in progress. You may see broken links and binaries may not yet be available from all sources.**`.
58
58
Do not publish it yet - click the `Save draft` button instead.
@@ -108,10 +108,10 @@ At least a day before the release:
108
108
### Post-release
109
109
-[ ] Make sure the documentation for the new release has been published successfully.
110
110
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.
111
-
-[ ] Remove "still in progress" warning from the [release notes](https://github.com/ethereum/solidity/releases).
112
-
-[ ] Merge the [blog posts](https://github.com/ethereum/solidity-website/pulls) related to the release.
111
+
-[ ] Remove "still in progress" warning from the [release notes](https://github.com/argotorg/solidity/releases).
112
+
-[ ] Merge the [blog posts](https://github.com/argotorg/solidity-website/pulls) related to the release.
113
113
-[ ] Create a commit to increase the version number on `develop` in `CMakeLists.txt` and add a new skeleton changelog entry.
114
-
-[ ] Update the release information section [in the source of soliditylang.org](https://github.com/ethereum/solidity-website/blob/main/src/pages/index.tsx).
114
+
-[ ] Update the release information section [in the source of soliditylang.org](https://github.com/argotorg/solidity-website/blob/main/src/pages/index.tsx).
115
115
-[ ] Announce on [Twitter](https://twitter.com/solidity_lang), including links to the release and the blog post.
116
116
-[ ] Announce on [Fosstodon](https://fosstodon.org/@solidity/), including links to the release and the blog post.
117
117
-[ ] 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