Skip to content

Commit

Permalink
Merge pull request #224 from alexa/development
Browse files Browse the repository at this point in the history
2.12.1 Release
  • Loading branch information
doiron committed Nov 22, 2022
2 parents a7d3c28 + b1dfd54 commit 6f5f1df
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 1,352 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This is a workflow to publish master branch changes to VSCE
name: "Release to Marketplace"

# Controls when the action will run when a new release is published.
on:
push:
branches:
- master

jobs:
release:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v2"

- name: "Setup NodeJS"
uses: actions/setup-node@v1

- name: "Install Dependencies"
run: "npm install"

- name: "Run Tests"
run: "xvfb-run -a npm test"

- name: "Publish to Marketplace"
uses: "sigma/vsce-publish-action@v0.0.2"
with:
vsce_token: ${{ secrets.VSCE_TOKEN }}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.12.1](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.12.0...v2.12.1) (2022-11-22)


### Bug Fixes

* update dependencies for ReDoS vulnerabilities ([cbe469d](https://github.com/alexa/ask-toolkit-for-vscode/commits/cbe469d742d5748edda2053598e45b0d23359e6e))
* workflow on syntax ([1d81f74](https://github.com/alexa/ask-toolkit-for-vscode/commits/1d81f74af80e9b5d8c3419317c0aaccb6052c9c5))

## [2.12.0](https://github.com/alexa/ask-toolkit-for-vscode/compare/v2.11.3...v2.12.0) (2022-11-16)


Expand Down

0 comments on commit 6f5f1df

Please sign in to comment.