Skip to content

Commit ad45e91

Browse files
committed
Drop unneeded commentary from the skill
1 parent 1196890 commit ad45e91

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.agents/skills/dogfood-release/SKILL.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ session scratchpad otherwise.
2222
- `getsentry/sentry-docs`: Next.js site
2323
- `getsentry/chartcuterie`: Node chart rendering service
2424

25-
This list is the only thing worth hardcoding. Everything else about a repo (its base
26-
branch, package manager, which `@sentry/*` packages it carries, how each one is ranged,
27-
how it builds) changes without warning, so read it per run in step 1 instead of assuming.
28-
2925
## Step 1: survey the repos
3026

3127
Read the current state over the API first, so nothing is cloned for a repo that gets
@@ -46,7 +42,7 @@ for r in sentry gib-potato sentry-changelog sentry-docs chartcuterie; do
4642
done
4743
```
4844

49-
Three things to work out from that, rather than from memory:
45+
Three things to work out from that:
5046

5147
- **Which deps to bump.** Only the ones already on the SDK version you are moving off.
5248
Repos also carry `@sentry/*` packages on their own release trains

0 commit comments

Comments
 (0)