-
Notifications
You must be signed in to change notification settings - Fork 52
Release Process
Joe Crop edited this page Oct 10, 2022
·
1 revision
- Edit the version number in package.json
"version": "<new_release_number>",
- Go to https://github.com/eirikpre/VSCode-SystemVerilog/releases and click 'Draft New Release'
- Click 'Choose a tag' and type in a new tag name and click 'Create new tag'
- Click 'Generate release notes'
- Copy the generated release notes and reformat them to fit into CHANGELOG.md
- Commit the changes to master
- Go to https://github.com/eirikpre/VSCode-SystemVerilog/releases (i.e. refersh the page you had open earlier) and click 'Draft New Release'. Type in a version starting with letter 'v':
v0.major.minor
and click 'Create new tag' - Click 'Generate release notes'
- Click 'Publish Release'
- Go to the Actions page and ensure the actions to publish the release run and pass.