Skip to content

Commit 1c417bd

Browse files
authored
fix(security): address GHSA-p9pc-299p-vxgp (#362)
Update release automation to allow for back ports.
1 parent e93a345 commit 1c417bd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release-please.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
push:
3+
branches:
4+
- v5.x.x
5+
name: release-please
6+
jobs:
7+
release-please:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: google-github-actions/release-please-action@v2
11+
with:
12+
token: ${{ secrets.GITHUB_TOKEN }}
13+
release-type: node
14+
package-name: yargs-parser
15+
default-branch: v5.x.x

0 commit comments

Comments
 (0)