Skip to content

Commit

Permalink
ci: set bootstrap-sha for generating releases
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Nov 29, 2023
1 parent b3e7203 commit a8f8dff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: php
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":true}]'
bootstrap-sha: 142d5c1a3cb4730cdc3cef4668fa73a8cecd3b22
pull-request-title-pattern: 'chore: release ${version}'
release-type: php
skip-labeling: true
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":true}]'

0 comments on commit a8f8dff

Please sign in to comment.