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 62d476d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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}",
"pull-request-title-pattern": "release${scope}: ${component} v${version}",
"changelog-type": "github"
"component-name": "mindthegap",
"include-component-in-tag": false
}
}
}

0 comments on commit 62d476d

Please sign in to comment.