Skip to content

Commit

Permalink
Readme: Add release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
StanzillaManticore committed Apr 14, 2023
1 parent 165bd1b commit 1225731
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ This project welcomes contributions and suggestions.

The CI is generating a new release for every tag on this repository and pushes it to the VSC marketplace.

To generate a new release you:
- Increase the version in `package.json` according to SemVer.
- Run `npm install && npm run build`
- Commit the changes with the new version number as the commit note.
- Create a tag **but don't push it yet** with the same name as the version number.
- Run `npm run changelog`, amend the changes to the last commit, remove the tag on the old commit, add the same tag on the new amended one.
- Push the commit with tag.

### Community Contributors

- @agincel
Expand Down

0 comments on commit 1225731

Please sign in to comment.