Skip to content

Commit 3e9ff33

Browse files
committed
squash: update to latest release please action that uses the changelog-types
Signed-off-by: Lucas Holmquist <[email protected]>
1 parent 473a590 commit 3e9ff33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: GoogleCloudPlatform/release-please-action@v1.6.3
10+
- uses: GoogleCloudPlatform/release-please-action@v2.2.0
1111
with:
1212
token: ${{ secrets.GITHUB_TOKEN }}
1313
release-type: node
1414
package-name: cloudevents
15+
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"src","section":"Miscellaneous","hidden":false},{"type":"style","section":"Miscellaneous","hidden":false},{"type":"refactor","section":"Miscellaneous","hidden":false},{"type":"perf","section":"Performance","hidden":false},{"type":"test","section":"Tests","hidden":false}]'

0 commit comments

Comments
 (0)