Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 383 Bytes

release.md

File metadata and controls

16 lines (15 loc) · 383 Bytes

Release Process

  • Update changelog
  • Bump all dependencies
  • Update version number in package.json
  • npm up
  • npm run format
  • npm run lint
  • git commit -am "Release v1.X.X"
  • vsce package
  • vsce publish
  • git push
  • git tag v1.X.X
  • git push --tags
  • Go to GitHub and create a new release with the .vsix file
  • Log in to OpenVSX and publish the new version