Skip to content

Commit 58ee9a8

Browse files
committed
Update beta release workflow in SKILL.md to include changelog update step
1 parent f67c4aa commit 58ee9a8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/skills/toolkit-release/SKILL.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ Release a new beta to the VS Code Marketplace as a pre-release.
5353
- First beta in cycle: `git tag -m "Dev Proxy vX.Y.Z" devproxy-vX.Y.Z && git push origin devproxy-vX.Y.Z`
5454
- Subsequent beta: `git tag -f -m "Dev Proxy vX.Y.Z" devproxy-vX.Y.Z && git push origin devproxy-vX.Y.Z --force`
5555
7. Bump version for next beta: `npm version patch --no-git-tag-version` (e.g., 1.13.0 → 1.13.1)
56-
8. Commit: `git add package.json package-lock.json && git commit -m "Increment version to vX.Y.Z"`
57-
9. Push: `git push origin main` (confirm with user first)
58-
10. Clean up any temp files created during the workflow (e.g., release notes temp file)
56+
8. Update `CHANGELOG.md`: change the unreleased section header version to match the new version (e.g., `## [1.13.0] - Unreleased``## [1.13.1] - Unreleased`)
57+
9. Commit: `git add package.json package-lock.json CHANGELOG.md && git commit -m "Increment version to vX.Y.Z"`
58+
10. Push: `git push origin main` (confirm with user first)
59+
11. Clean up any temp files created during the workflow (e.g., release notes temp file)
5960

6061
## Workflow 3: Prepare Regular Release
6162

0 commit comments

Comments
 (0)