Skip to content

Commit

Permalink
ci: set release PR title pattern
Browse files Browse the repository at this point in the history
Relates to AaronErhardt#48.
I see a bunch of `undefined` PR title patterns in the failed
release logs, and the error message is
"Cannot read properties of undefined". Maybe this will help...
  • Loading branch information
mrcjkb committed Nov 28, 2023
1 parent 11c7c2d commit 8a79714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ jobs:
command: manifest
package-name: tuxedo-rs
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"deps","section":"Dependencies","hidden":false}]'
pull-request-title-pattern: "chore: release new version"

0 comments on commit 8a79714

Please sign in to comment.