Skip to content

Commit

Permalink
fix(security): address GHSA-p9pc-299p-vxgp (#362)
Browse files Browse the repository at this point in the history
Update release automation to allow for back ports.
  • Loading branch information
bcoe committed Mar 10, 2021
1 parent e93a345 commit 1c417bd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-please.yml
@@ -0,0 +1,15 @@
on:
push:
branches:
- v5.x.x
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v2

This comment has been minimized.

Copy link
@Kennethalegre

Kennethalegre Oct 19, 2021

`.github/workflows/release-please.yml

with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: yargs-parser
default-branch: v5.x.x

0 comments on commit 1c417bd

Please sign in to comment.