Skip to content

Commit

Permalink
build: Fix PR title
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Dec 20, 2023
1 parent 3b1ea03 commit aed7ffb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"packages": {
".": {
"release-type": "go",
"pull-request-title-pattern": "release${scope}: v${version}",
"changelog-type": "github"
"pull-request-title-pattern": "release${scope}: ${component} v${version}",
"changelog-type": "github",
"component-name": "mindthegap",
"include-component-in-tag": false
}
}
}

0 comments on commit aed7ffb

Please sign in to comment.