Skip to content

Commit 2c050c1

Browse files
committed
chore: auto release changelog
1 parent a78b584 commit 2c050c1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
push:
3+
branches:
4+
- master
5+
-
6+
name: release-please
7+
jobs:
8+
release-please:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: GoogleCloudPlatform/release-please-action@v2
12+
id: release
13+
with:
14+
package-name: node-gyp
15+
token: ${{ secrets.GITHUB_TOKEN }}
16+
release-type: node

0 commit comments

Comments
 (0)