Skip to content

Commit

Permalink
Merge pull request #137 from github/release/0.25.6
Browse files Browse the repository at this point in the history
Release version 0.25.6
  • Loading branch information
jtamsut authored Apr 21, 2023
2 parents 2d63835 + c8d3296 commit 1b70f56
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 37 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.25.6]

- Fix Reusable Workflow Reference for Windows by using vscodeURI instead of path.join
- Add branches-ignore to merge group schema

## [0.25.5]

- Fixes errors around "on-error" token parsing
Expand Down
72 changes: 36 additions & 36 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 @@ -8,7 +8,7 @@
"url": "https://github.com/github/vscode-github-actions"
},
"description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code",
"version": "0.25.5",
"version": "0.25.6",
"engines": {
"vscode": "^1.72.0",
"node": ">= 16"
Expand Down

0 comments on commit 1b70f56

Please sign in to comment.