Skip to content

Commit e87c85a

Browse files
committed
feat: Update release-please action
1 parent 0accabd commit e87c85a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/local_release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: release-please
16-
uses: google-github-actions/release-please-action@v3
16+
uses: googleapis/release-please-action@v4
1717
with:
1818
release-type: simple
19-
package-name: workflows
20-
pull-request-title-pattern: 'chore: release${component} ${version}'
21-
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'

0 commit comments

Comments
 (0)