Skip to content

Commit 23ec9dc

Browse files
committed
docs: update release skill to regenerate skill docs before commit
1 parent 3619837 commit 23ec9dc

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.claude/skills/release/SKILL.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,13 @@ After the changelog is released, execute the complete tag process from the justf
150150
svbump write "$DENO_VERSION" package.version dist-workspace.toml
151151
```
152152

153-
3. **Create commit and tag:**
153+
3. **Regenerate skill documentation:**
154+
```bash
155+
# Generate updated skill docs (includes version from deno.json)
156+
deno task generate-skill-docs
157+
```
158+
159+
4. **Create commit and tag:**
154160
```bash
155161
# Get the final version
156162
FINAL_VERSION=$(svbump read version deno.json)
@@ -165,7 +171,7 @@ After the changelog is released, execute the complete tag process from the justf
165171
jj tag set "v$FINAL_VERSION" -r @-
166172
```
167173

168-
4. **Push to remote:**
174+
5. **Push to remote:**
169175
```bash
170176
# Push the bookmark
171177
jj git push --bookmark main
@@ -174,7 +180,7 @@ After the changelog is released, execute the complete tag process from the justf
174180
git push origin --tags
175181
```
176182

177-
5. **Report completion:**
183+
6. **Report completion:**
178184
```
179185
Released v$FINAL_VERSION successfully!
180186
```

0 commit comments

Comments
 (0)