-
Notifications
You must be signed in to change notification settings - Fork 0
Release workflow
Callum Wright edited this page Feb 2, 2024
·
5 revisions
- Draft a new release
- Select 'Choose a tag', enter the desired tag and select 'Create new tag: <tag> on publish'
- Enter 'Release title' following the format
Release <tag>
- Select 'Generate release notes'
- Select 'Save draft'
Note that binaries do not need to be uploaded.
This requires the package.json to be updated manually. This should be automated through GitHub actions soon.
This requires the CHANGELOG.md to be updated manually. The release notes can be used for reference.
- Open a console
- Enter the command
vsce publish <tag-without-prefixed-v>
- Open Releases
- Select draft release
- Select 'Publish release'