Skip to content

Commit

Permalink
feat: Update release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
fnesveda committed May 23, 2024
1 parent 0accabd commit e87c85a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/local_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: release-please
uses: google-github-actions/release-please-action@v3
uses: googleapis/release-please-action@v4
with:
release-type: simple
package-name: workflows
pull-request-title-pattern: 'chore: release${component} ${version}'
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'

0 comments on commit e87c85a

Please sign in to comment.