-
Notifications
You must be signed in to change notification settings - Fork 0
Release notes
Sean Chok edited this page Sep 22, 2022
·
5 revisions
First, make sure to bump the version in package.json.
To bump the version to the next version, use the command:
# There are various flags that could be used to auto-increment.
# See https://classic.yarnpkg.com/en/docs/cli/version#toc-yarn-version-patch
yarn version
It will prompt for a new version. Enter the new version.
Then, simply push to GitHub:
git push origin main
git push --tags
This will push the commit as well as the tags that can be used to create a Release.
Go to GitHub and start creating a Release.
- Select the tag that was just pushed.
- Auto-generate the changelog.
- Publish the release.
The VSCode extension will be published automatically with the same version as the tag selected, alongside an updated CHANGELOG.md
committed to main
.
Pull your main
branch because the release
GitHub workflow will commit changes to CHANGELOG.md
.