Skip to content

Commit f66c27d

Browse files
committed
chore(ci): use Actions to generate changelog
`release-please` will bump the package version and generate changelogs based on conventionalcommit. It does so by opening a PR every time a commit lands, and it updates that PR for each subsequent commit. Publishing to npm is still done manually. Ref: #446
1 parent 0de341e commit f66c27d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
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+
6+
name: release-please
7+
jobs:
8+
release-please:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: GoogleCloudPlatform/[email protected]
12+
with:
13+
token: ${{ secrets.GITHUB_TOKEN }}
14+
release-type: node
15+
package-name: node-core-utils

0 commit comments

Comments
 (0)