Skip to content

Commit

Permalink
Merge pull request #1241 from qoretechnologies/feature/openvsx
Browse files Browse the repository at this point in the history
Update package version and publish to Open VSX
  • Loading branch information
Foxhoundn authored Nov 24, 2023
2 parents a556ae0 + ab1b729 commit d305e08
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8,759 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
run: ./node_modules/.bin/vsce publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
- name: Publish to Open VSX
id: publish_open_vsx
run: NODE_OPTIONS=--openssl-legacy-provider npx ovsx publish -p ${{ secrets.OPENVSX_PAT }}
- name: Create a release
id: release
uses: actions/create-release@v1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 4.3.6

- Qorus Developer Tools is now available on Open VSX extension market https://open-vsx.org/extension/qoretechnologies/qorus-vscode

## Version 4.3.5

#### Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Qorus developer tools for the [Qorus Integration Engine](https://qoretechnologie
This extension makes it possible to easily create, deploy, and test Qorus interfaces directly from the Visual Studio Code editor.
It is a perfect tool for creating no-code solutions for the Qorus Integration Engine. The Qorus Developer Tools extension enables creating, editing, and extending reusable IT and AI building blocks for advanced automation challenges.

## Version 4.3.6

- Qorus Developer Tools is now available on Open VSX extension market https://open-vsx.org/extension/qoretechnologies/qorus-vscode

## Version 4.3.5

#### Bug fixes
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "qorus-vscode",
"displayName": "Qorus Developer Tools",
"description": "Qorus Integration Engine developer tools",
"version": "4.3.5",
"version": "4.3.6",
"publisher": "qoretechnologies",
"author": {
"name": "Qore Technologies",
Expand Down Expand Up @@ -47,7 +47,7 @@
"engine"
],
"activationEvents": [
"*"
"onStartupFinished"
],
"main": "out/extension.js",
"contributes": {
Expand Down
Loading

0 comments on commit d305e08

Please sign in to comment.