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
`This audited record covers the complete ${base}..${target} history: ${records.length} merged PRs. The generation manifest also supplies direct commits as editorial input; the grouped notes above prioritize user impact.`,
Copy file name to clipboardExpand all lines: .agents/skills/release-openclaw-maintainer/SKILL.md
+62-3Lines changed: 62 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
---
2
2
name: release-openclaw-maintainer
3
-
description: Prepare or verify OpenClaw stable/betareleases, changelogs, release notes, publish commands, and artifacts.
3
+
description: Prepare or verify OpenClaw stable, beta, and extended-stable releases, including backport discovery, changelogs, release notes, publish commands, and artifacts.
4
4
---
5
5
6
6
# OpenClaw Release Maintainer
7
7
8
-
Use this skill for release and publish-time workflow. Load `$release-private` if it exists before resolving Peter-owned credential locators or private host topology. Keep ordinary development changes and GHSA-specific advisory work outside this skill.
8
+
Use this skill for release and publish-time workflow, including preparing the
9
+
approved backport set for an extended-stable maintenance release. Load
10
+
`$release-private` if it exists before resolving Peter-owned credential
11
+
locators or private host topology. Keep ordinary development changes and
12
+
GHSA-specific advisory work outside this skill.
9
13
10
14
## Respect release guardrails
11
15
@@ -138,9 +142,64 @@ prepare-run <PR>`.
138
142
- When asked to announce on X, use `~/Projects/bird/bird` and follow the
139
143
release tweet style below.
140
144
145
+
## Prepare extended-stable backports
146
+
147
+
When asked to create the initial `.33` extended-stable line or a later
148
+
maintenance patch, read
149
+
`references/extended-stable-backports.md` and follow it before version, tag, or
150
+
publication work. Treat backport discovery and preparation as an ability of
151
+
this release skill, not as a separate release workflow.
152
+
153
+
The backport ability owns the complete mainline inventory, private-security
0 commit comments