From 88e3edaca180d4bb080af65536bf429c94c9f545 Mon Sep 17 00:00:00 2001 From: wauputr4 <103489788+wauputr4@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:24:39 +0700 Subject: [PATCH] docs: preserve release branch ancestry --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7be97dd..9f701b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,4 +43,5 @@ Use `GITHUB_TOKEN` or `GH_TOKEN` to avoid low GitHub API rate limits. The `release` branch is reserved for Cloudflare production deployments. Only IndopenSource organization members may update it, through a pull request from -`main` that passes CI. +`main` that passes CI. Merge production promotion pull requests with a merge +commit so `main` remains in the `release` history.