Skip to content

Commit 6a9e706

Browse files
committed
ReleaseChecklist: "still in progress" warning
1 parent ddafca8 commit 6a9e706

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ReleaseChecklist.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121

2222
### Create the Release
2323
- [ ] Create Github release page: https://github.com/ethereum/solidity/releases/new
24-
- [ ] On the release page, select the ``develop`` branch as new target and set tag to the new version (e.g. `v0.8.5`) (make sure you only `SAVE DRAFT` instead of `PUBLISH RELEASE` before the actual release)
24+
- [ ] On the release page, select the ``develop`` branch as new target and set tag to the new version (e.g. `v0.8.5`)
25+
(make sure you only `SAVE DRAFT` instead of `PUBLISH RELEASE` before the actual release).
26+
Include a warning that the release is still in progress and binaries may not yet be available.
2527
- [ ] Thank voluntary contributors in the Github release page (use ``git shortlog -s -n -e v0.5.3..origin/develop``).
2628
- [ ] Check that all tests on the latest commit in ``develop`` are green.
2729
- [ ] Click the `PUBLISH RELEASE` button on the release page, creating the tag.
@@ -61,6 +63,7 @@
6163
### Post-release
6264
- [ ] Make sure the documentation for the new release has been published successfully.
6365
Go to https://readthedocs.org/projects/solidity/ and verify that the new version is listed, works and is marked as default.
66+
- [ ] Remove "still in progress" warning from the release page.
6467
- [ ] Publish the blog posts.
6568
- [ ] Create a commit to increase the version number on ``develop`` in ``CMakeLists.txt`` and add a new skeleton changelog entry.
6669
- [ ] Announce on Twitter, including links to the release and the blog post.

0 commit comments

Comments
 (0)