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
@@ -33,7 +32,7 @@ We recommend getting started by experimenting on `testnet` (`testnet4` or `regte
33
32
## Reach Out to Us
34
33
35
34
Any help testing the implementation, reporting bugs, or helping with outstanding issues is very welcome.
36
-
Don't hesitate to reach out to us on [Build-on-L2][bol2], or on the implementation-specific [mailing list][ml1], or on [CLN Discord][discord], or on [CLN Telegram][telegram], or on IRC at [dev][irc1]/[gen][irc2] channel.
35
+
Don't hesitate to reach out to us on the implementation-specific [mailing list][ml1], or on [CLN Discord][discord], or on [CLN Telegram][telegram], or on IRC at [dev][irc1]/[gen][irc2] channel.
37
36
38
37
## Getting Started
39
38
@@ -211,8 +210,6 @@ Developers wishing to contribute should start with the developer guide [here](do
Copy file name to clipboardExpand all lines: doc/contribute-to-core-lightning/release-checklist.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Here's a checklist for the release process.
37
37
6. Push the tag to remote `git push --tags` (pushing the tag will kickoff the "Release 🚀" CI action which builds the release targets and a draft release).
38
38
7. Compare your release/`c-lightning-<release tag>`.zip on GitHub.
39
39
8. Check the generated draft `v<VERSION>rc1` release on Github and check `Set as a pre-release` option. Add the SHA256SUMS.asc from your local release folder to newly drafted release, replacing it.
40
-
9. Announce rc1 release on core-lightning's release-chat channel on Discord & [BuildOnL2](https://community.corelightning.org/c/general-questions/).
40
+
9. Announce rc1 release on core-lightning's release-chat channel on Discord & Telegram.
41
41
10. Use `devtools/credit --verbose v<PREVIOUS-VERSION>` to get commits, days and contributors data for release note.
42
42
11. Prepare release notes draft including information from above step, and share with the team for editing.
43
43
12. Upgrade your personal nodes to the rc1, to help testing.
@@ -51,7 +51,7 @@ Here's a checklist for the release process.
51
51
3. Add a PR with the rcN.
52
52
4. Tag it `git pull && git tag -s v<VERSION>rcN && git push --tags`
53
53
5. Draft a new `v<VERSION>rcN` pre-release on Github, upload reproducible builds, `SHA256SUMS-v<VERSION>` and `SHA256SUMS-v<VERSION>.asc`.
54
-
5. Announce tagged rc release on core-lightning's release-chat channel on Discord & [BuildOnL2](https://community.corelightning.org/c/general-questions/).
54
+
5. Announce tagged rc release on core-lightning's release-chat channel on Discord & Telegram.
55
55
6. Upgrade your personal nodes to the rcN.
56
56
7. Confirm that Github actions for PyPI and Docker publishing are working as expected.
57
57
@@ -92,7 +92,7 @@ Here's a checklist for the release process.
92
92
93
93
1. Edit the GitHub draft and include the `SHA256SUMS-v<VERSION>.asc` file.
94
94
2. Publish the release as not a draft.
95
-
3. Announce the final release on core-lightning's release-chat channel on Discord & [BuildOnL2](https://community.corelightning.org/c/general-questions/).
95
+
3. Announce the final release on core-lightning's release-chat channel on Discord & Telegram.
96
96
4. Send a mail to c-lightning and lightning-dev mailing lists, using the same wording as the Release Notes in GitHub.
97
97
5. Write release blog, post it on [Blockstream](https://blog.blockstream.com/) and announce the release on Twitter.
98
98
@@ -121,4 +121,4 @@ Here's a checklist for the release process.
121
121
14. Append the signatures received from the team to the `SHA256SUMS-v<VERSION>.asc` file. Verify the file using `gpg --verify SHA256SUMS-v<VERSION>.asc`. Then re-upload the file.
122
122
15. Finalize and publish the release (change it from draft to public).
123
123
16. Ensure that the GitHub Actions for `Publish Python 🐍 distributions 📦 to PyPI and TestPyPI` and `Build and push multi-platform docker images` are functioning correctly. Check that the `PyPI` modules published on `https://pypi.org/project/pyln-*` and that the Docker image has been uploaded to Docker Hub.
124
-
17. Announce the hotfix release in the core-lightning release-chat channel on Discord and on [BuildOnL2](https://community.corelightning.org/c/general-questions/).
124
+
17. Announce the hotfix release in the core-lightning release-chat channel on Discord and on Telegram.
0 commit comments