Merge branch 'main' into develop_def_syntax
This commit is contained in:
@@ -26,11 +26,11 @@ jobs:
|
||||
run: npm version ${{ github.ref_name }} --no-git-tag-version
|
||||
- name: Commit and Push Changes
|
||||
run: |
|
||||
git config user.name "${{ USERNAME_GIT }}"
|
||||
git config user.email "${{ EMAIL_GIT }}"
|
||||
git config user.name "${{ vars.USERNAME_GIT }}"
|
||||
git config user.email "${{ vars.EMAIL_GIT }}"
|
||||
git add package.json
|
||||
git commit -m "Update version to ${{ github.ref_name }}"
|
||||
git push origin HEAD
|
||||
git push origin HEAD:main
|
||||
- name: Publish to Visual Studio Marketplace
|
||||
run: vsce publish
|
||||
env:
|
||||
|
||||
@@ -9,3 +9,7 @@
|
||||
## [0.1.0]
|
||||
|
||||
- Add Hover Feature
|
||||
|
||||
## [0.2.0]
|
||||
|
||||
- Add DEF File Support
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "vscode-cdl-support",
|
||||
"displayName": "vscode-cdl-support",
|
||||
"description": "",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"publisher": "Christoph",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user