Commit 9204c4b
authored
chore(skills): add releases index update and SDK release workflow to update-release-notes skill (tldraw#8281)
In order to automate the full SDK release docs workflow, this PR updates
the `update-release-notes` skill with two additions:
1. **Releases index update during archival** — when archiving `next.mdx`
to a versioned file, the skill now also adds the new version to
`apps/docs/content/getting-started/releases.mdx` with a brief
description derived from the release intro paragraph.
2. **SDK release workflow documentation** — documents the two-pass
pattern used during SDK releases: first run finalizes `next.mdx` before
NPM publish, second run archives, updates the index, resets `next.mdx`,
and backfills PRs that landed during the freeze.
### Change type
- [x] `other`
### Test plan
- [ ] Unit tests
- [ ] End to end tests
### Code changes
| Section | LOC change |
| --- | --- |
| Config/tooling | +20 / -1 |1 parent 7b2687a commit 9204c4b
1 file changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
173 | 178 | | |
174 | 179 | | |
175 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
176 | 195 | | |
177 | 196 | | |
178 | 197 | | |
| |||
0 commit comments