Skip to content

Commit 1b70f56

Browse files
authored
Merge pull request #137 from github/release/0.25.6
Release version 0.25.6
2 parents 2d63835 + c8d3296 commit 1b70f56

File tree

3 files changed

+42
-37
lines changed

3 files changed

+42
-37
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.25.6]
4+
5+
- Fix Reusable Workflow Reference for Windows by using vscodeURI instead of path.join
6+
- Add branches-ignore to merge group schema
7+
38
## [0.25.5]
49

510
- Fixes errors around "on-error" token parsing

package-lock.json

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/github/vscode-github-actions"
99
},
1010
"description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code",
11-
"version": "0.25.5",
11+
"version": "0.25.6",
1212
"engines": {
1313
"vscode": "^1.72.0",
1414
"node": ">= 16"

0 commit comments

Comments
 (0)