Skip to content

Commit 28ef3f1

Browse files
committed
Update pre-release badge and add badge step to beta release workflow
1 parent 2b06ba6 commit 28ef3f1

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ Release a new beta to the VS Code Marketplace as a pre-release.
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)
5656
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)
57+
9. Update `README.md` Pre-release badge version to match the new version (e.g., `Pre--release-v1.13.1`). The badge is on line 4, uses shields.io format with double dash for hyphenated words.
58+
10. Commit: `git add package.json package-lock.json CHANGELOG.md README.md && git commit -m "Increment version to vX.Y.Z"`
59+
11. Push: `git push origin main` (confirm with user first)
60+
12. Clean up any temp files created during the workflow (e.g., release notes temp file)
6061

6162
## Workflow 3: Prepare Regular Release
6263

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dev Proxy Toolkit
22

33
<!-- Update version badges when releasing: Stable = last published release, Pre-release = current manifest version -->
4-
[![Stable Version](https://img.shields.io/badge/Stable-v1.16.0-007ACC)](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit) [![Pre-release Version](https://img.shields.io/badge/Pre--release-v1.17.0-24bfa5)](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit) [![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/garrytrinder.dev-proxy-toolkit?label=Installs)](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit)
4+
[![Stable Version](https://img.shields.io/badge/Stable-v1.16.0-007ACC)](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit) [![Pre-release Version](https://img.shields.io/badge/Pre--release-v1.17.2-24bfa5)](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit) [![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/garrytrinder.dev-proxy-toolkit?label=Installs)](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit)
55

66
[![Install Stable](https://img.shields.io/badge/VS%20Code-Install_Stable-007ACC?logo=visualstudiocode)](vscode:extension/garrytrinder.dev-proxy-toolkit) [![Install Pre-release](https://img.shields.io/badge/VS%20Code%20Insiders-Install_Pre--release-24bfa5?logo=visualstudiocode)](vscode-insiders:extension/garrytrinder.dev-proxy-toolkit)
77

0 commit comments

Comments
 (0)