Skip to content

Commit

Permalink
chore: update CONTRIBUTING file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 5, 2024
1 parent 22210e5 commit 8ef5b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ cargo install git-cliff
(Replace 1.0.0 with actual version used)

- Make sure Github Actions CI is green
- Run `vsce ls` and see if unneeded junk isn't being packaged
- Optional: To get a version compatible with semver, run `git cliff --bump`
- Increase version in package.json and package-lock.json.
- git cliff --tag 1.0.0 > Changelog
- git add Changelog package.json package-lock.json && git commit -m "chore: bump version"
- npm run compile && npm prune --production && vsce package
- git tag -a v1.0.0 -m 'v1.0.0'
- git push --tags
- vsce package
- vsce publish

0 comments on commit 8ef5b65

Please sign in to comment.