Skip to content

Commit

Permalink
Bump the vrdt-common and language-server packages to v2.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Blagoev <blagoevn@vmware.com>
  • Loading branch information
nblagoev committed Feb 25, 2022
1 parent b4adfd3 commit d0eec26
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Create a release
run: |
tagname="${GITHUB_REF#refs/tags/}"
gh release create "$tagname" --draft --notes $RELEASE_NOTES *.tgz *.vsix *.sha256 *.minisig
gh release create "$tagname" --draft --notes "$RELEASE_NOTES" *.tgz *.vsix *.sha256 *.minisig
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
RELEASE_NOTES: ${{steps.generate_changelog.outputs.result}}
20 changes: 8 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,6 @@
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@vmware/vrdt-common": "2.3.0",
"@vmware/vro-language-server": "2.3.0",
"adm-zip": "^0.5.4",
"chokidar": "~3.5.1",
"fast-xml-parser": "3.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/vrdt-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vmware/vrdt-common",
"version": "2.3.0",
"version": "2.4.0",
"description": "",
"license": "MIT",
"homepage": "https://github.com/vmware/vrealize-developer-tools",
Expand Down
3 changes: 1 addition & 2 deletions packages/node/vro-language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vmware/vro-language-server",
"version": "2.3.0",
"version": "2.4.0",
"description": "",
"license": "MIT",
"homepage": "https://github.com/vmware/vrealize-developer-tools",
Expand All @@ -24,7 +24,6 @@
"typescript": "~4.2.3"
},
"dependencies": {
"@vmware/vrdt-common": "2.3.0",
"adm-zip": "^0.5.4",
"fs-extra": "~9.1.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit d0eec26

Please sign in to comment.