Skip to content

Commit

Permalink
chore: auto release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Feb 15, 2021
1 parent a78b584 commit 2c050c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches:
- master
-
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
id: release
with:
package-name: node-gyp
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node

0 comments on commit 2c050c1

Please sign in to comment.