Skip to content

Commit

Permalink
Merge pull request #7 from fourdigits/add-release-documentation
Browse files Browse the repository at this point in the history
Add documentation for release djlsp vscode extension
  • Loading branch information
krukas authored Jun 12, 2024
2 parents 3fe15e4 + 12507bf commit b292181
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vscode/RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# How to release this package.

- 1. Update the version number in `vscode/package.json`
- 2. Run the following commands from the `vscode` directory:
```bash
npm install
npm run compile
npm run vsce-package
```
- 3. Upload the generated `.vsix` file to the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/manage/publishers/fourdigits)

0 comments on commit b292181

Please sign in to comment.