-
-
Notifications
You must be signed in to change notification settings - Fork 26
Release Process
Suhaib Bin Younis edited this page Dec 23, 2025
·
1 revision
This repository uses automated releases.
-
Ensure CI Passes: Make sure the
CIworkflow onmainis green. -
Tag a Version: Push a git tag starting with
v(e.g.,v1.0.0).git tag v1.0.0 git push origin v1.0.0
-
Wait: The
releaseworkflow will run automatically.- It builds the extension.
- It publishes it to the Visual Studio Marketplace.
- It creates a GitHub Release with the
.vsixfile attached.
To enable this, the following Repository Secret must be configured in Settings:
-
VSCE_PAT: A Personal Access Token from the VS Code Marketplace withpublishpermissions.