From 23f9cc374001b53fe29368f43aefe7e4532ac581 Mon Sep 17 00:00:00 2001 From: gabrieljablonski Date: Sat, 11 Apr 2026 23:30:27 -0300 Subject: [PATCH] docs(release-notes): add upstream mirror marker convention --- .claude/skills/release-notes/SKILL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude/skills/release-notes/SKILL.md b/.claude/skills/release-notes/SKILL.md index b6de39c13..d49e914a7 100644 --- a/.claude/skills/release-notes/SKILL.md +++ b/.claude/skills/release-notes/SKILL.md @@ -30,6 +30,22 @@ The two versions must be **equivalent in content**, written naturally in each la - en: "Drag conversations between columns faster." - pt-BR: "Agora você pode arrastar conversas entre colunas mais rápido." +## Mirroring upstream releases + +Downstream forks (e.g. `fazer-ai/chatwoot-pro`) that mirror a CE release must declare it with a blockquote at the top of each user-notes block, inside the markers. List all mirrored CE versions when there's more than one. CE releases never carry this marker. + +```markdown + +> Includes changes from Chatwoot fazer.ai v4.12.0-fazer-ai.47. +... + + + +> Inclui mudanças do Chatwoot fazer.ai v4.12.0-fazer-ai.47. +... + +``` + ## Audience and tone Write for an **end user, not a developer**. Readers do not read code, do not know what a PR is, and do not care about refactors.