Add release instructions

This commit is contained in:
Kolja Lampe
2019-09-05 19:08:42 +02:00
parent 70c4ed3e90
commit fea0ab6a14

6
HOW_TO_RELEASE.md Normal file
View File

@@ -0,0 +1,6 @@
- Update the changelog in `CHANGELOG.md`
- Increase the version in `package.json`
- Run `npm install`
- Run `npm run compile`
- Run `vsce`
- Tag the new version on github