.agents/skills/release/comms-templates.md
Reference implementation: the v1.11.0 release (https://github.com/lfnovo/open-notebook/releases/tag/v1.11.0).
**We recommend all users upgrade.** <one-line verdict: what this release is,
and that it was validated by the release test process>
## ๐ Security hardening (if applicable โ lead with it)
## โจ New features (user language, issue refs)
## โก Performance
## ๐ Notable fixes
## โ ๏ธ Behavior changes for self-hosters
<anything that can require a config tweak on upgrade โ numbered,
each with the escape hatch (env var, override file, doc link)>
## ๐ Thanks (MANDATORY โ see below)
Full details in the [CHANGELOG](.../CHANGELOG.md).
Tone: honest and specific. Say what protections do AND what stays supported (e.g. "private IPs/localhost remain fully supported for self-hosted Ollama").
git log <last-tag>..<tag> --pretty='%an <%ae>' | sort | uniq -c | sort -rngh pr view <n> --json author --jq .author.login
(PR list: gh pr list --state merged --limit 100 --json number,author,mergedAt,title
filtered to merges after the previous tag โ beware PRs merged before the
previous tag was cut appearing in date filters.)๐ข Open Notebook v<X.Y.Z> is out โ <hook: why upgrade>!
<2-3 lines: the headline theme (e.g. security pass) + feature highlights
as a one-line ยท separated list>
โก <performance line, if any>
๐งช <one line on how it was tested โ users trust releases more when they
know fresh-install + upgrade were tested on the real images>
โ ๏ธ Self-hosters: check "Behavior changes" in the release notes.
๐ https://github.com/lfnovo/open-notebook/releases/tag/v<X.Y.Z>
๐ณ docker pull lfnovo/open_notebook:v1-latest
Consider crediting contributors on Discord too โ communities love it.
The owner posts to Discord; deliver final text, don't post.