Skip to content

Commit afe0f80

Browse files
authored
Merge pull request #43 from eclipse-cdt-cloud/initial-release
Prepare for Initial release
2 parents a814c05 + 3f0de3d commit afe0f80

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
node-version: 16.x
6363
- name: Publish
6464
run: |
65-
npx ovsx@0.5.1 publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}}
65+
npx ovsx publish -i artifacts/*/*.vsix -p ${{secrets.OPEN_VSX_TOKEN}}
6666
6767
publish-vscode-marketplace:
6868
needs: build

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Change Log
2+
3+
## 1.0.0
4+
- Initial preview release

0 commit comments

Comments
 (0)