From 1c417bd0b42b09c475ee881e36d292af4fa2cc36 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 10 Mar 2021 11:14:27 -0800 Subject: [PATCH] fix(security): address GHSA-p9pc-299p-vxgp (#362) Update release automation to allow for back ports. --- .github/workflows/release-please.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/release-please.yml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml new file mode 100644 index 00000000..757c171a --- /dev/null +++ b/.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 + with: + token: ${{ secrets.GITHUB_TOKEN }} + release-type: node + package-name: yargs-parser + default-branch: v5.x.x