Skip to content

Commit

Permalink
Merge pull request #43 from eclipse-cdt-cloud/initial-release
Browse files Browse the repository at this point in the history
Prepare for Initial release
  • Loading branch information
thegecko authored Oct 18, 2023
2 parents a814c05 + 3f0de3d commit afe0f80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
node-version: 16.x
- name: Publish
run: |
npx ovsx@0.5.1 publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}}
npx ovsx publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}}
publish-vscode-marketplace:
needs: build
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Change Log

## 1.0.0
- Initial preview release

0 comments on commit afe0f80

Please sign in to comment.