Skip to content

Commit da773b3

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

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release-please.yml

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

0 commit comments

Comments
 (0)