Skip to content

Commit

Permalink
Mark pre-release versions in vsix
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-b committed Oct 16, 2024
1 parent ab59c37 commit 9b4e18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: npm ci

- name: Pack extension
run: npx vsce pack
run: npx vsce pack --pre-release

- name: Create GitHub pre-release
run: gh release create ${{ env.VERSION_TAG }} --title "${{ env.VERSION_TAG }}" --notes "$(./get-changelog.sh)" --prerelease --target ${{ github.ref }} *.vsix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"version": "0.2.0",
"engines": {
"vscode": "^1.35.0"
"vscode": "^1.63.0"
},
"categories": [
"Programming Languages"
Expand Down

0 comments on commit 9b4e18c

Please sign in to comment.