From 4fe1967d228c417b845f933f7293f77b2e968921 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 22 May 2026 12:31:52 +0930 Subject: [PATCH 1/2] doc: clarify release checklist. You gotta merge the rcN PR before tagging. Signed-off-by: Rusty Russell --- doc/contribute-to-core-lightning/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute-to-core-lightning/release-checklist.md b/doc/contribute-to-core-lightning/release-checklist.md index 42b0ecac5afb..c1bcaef644bd 100644 --- a/doc/contribute-to-core-lightning/release-checklist.md +++ b/doc/contribute-to-core-lightning/release-checklist.md @@ -46,7 +46,7 @@ Here's a checklist for the release process. 1. Update CHANGELOG.md by changing rc(N-1) to rcN. Update the changelog list with information from newly merged PRs also. 2. Update the package versions: `uv run make update-versions NEW_VERSION=vrcN` -3. Add a PR with the rcN. +3. Add a PR with the rcN, and merge it. 4. Tag it `git pull && git tag -s vrcN && git push origin vrcN`. 5. Pushing the tag automatically starts the "Release 🚀" CI job, creating a draft pre-release and uploading reproducible builds with their `SHA256SUMS` files signed by the project key. 6. Set up the reproducible build environment by running the script `contrib/cl-repro.sh` to generate the necessary builder images. From 14edbad956c767ad0f1e31a96f5168ed11468f60 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 22 May 2026 12:34:44 +0930 Subject: [PATCH 2/2] doc: remove self from security contacts. Signed-off-by: Rusty Russell --- SECURITY.md | 1 - doc/contribute-to-core-lightning/security-policy.md | 1 - 2 files changed, 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index fdb708c18aaa..a10b0c245819 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,7 +7,6 @@ We have a 3 month release cycle, and the last two versions are supported. ## Reporting a Vulnerability To report security vulnerabilities, please send an email to one of the following addresses: -- `rusty@rustcorp.com.au` - `security@blockstream.com` Note: These email addresses are exclusively for vulnerability reporting. diff --git a/doc/contribute-to-core-lightning/security-policy.md b/doc/contribute-to-core-lightning/security-policy.md index 6f950bc69704..d781b451fff3 100644 --- a/doc/contribute-to-core-lightning/security-policy.md +++ b/doc/contribute-to-core-lightning/security-policy.md @@ -13,7 +13,6 @@ We have a 3 month release cycle, and the last two versions are supported. ## Reporting a Vulnerability To report security vulnerabilities, please send an email to one of the following addresses: -- `rusty@rustcorp.com.au` - `security@blockstream.com` Note: These email addresses are exclusively for vulnerability reporting.