Skip to content

Commit

Permalink
Release v0.26.0 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Oct 4, 2024
1 parent af3c8b9 commit 9523639
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 22 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Setup NPM
run: |
npm install
npm install -g vsce ovsx
npm run compile
- name: Publish
if: success()
run: |
vsce publish
ovsx publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
OVSX_PAT: ${{ secrets.OVSX_PAT }}
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Setup NPM
run: |
npm install
npm install -g vsce ovsx
npm run compile
- name: Publish
if: success()
run: |
vsce publish
ovsx publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
OVSX_PAT: ${{ secrets.OVSX_PAT }}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.

## 0.26.0
## What's Changed
* Update tests and vscode test version by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/418
* Bump @types/lodash from 4.17.6 to 4.17.10 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/419
* Bump @types/vscode from 1.91.0 to 1.94.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/420
* Bump peter-evans/create-pull-request from 6 to 7 by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/415
* Bump path-to-regexp from 1.8.0 to 1.9.0 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/414
* Bump mocha from 10.4.0 to 10.7.3 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/412
* Bump semver from 7.6.2 to 7.6.3 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/410
* Bump vscode-languageserver-textdocument from 1.0.11 to 1.0.12 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/411
* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/406
* Publish to open vsx by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/421

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.25.6...v0.26.0

## 0.25.6
## What's Changed
* Bump @types/vscode from 1.87.0 to 1.88.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/391
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"author": "Kevin DeJong",
"license": "Apache-2.0",
"version": "0.25.6",
"version": "0.26.0",
"publisher": "kddejong",
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit 9523639

Please sign in to comment.