Skip to content

Commit 7338dd4

Browse files
Merge pull request #25 from Hive-Academy/fix/release-pr-check-workflow
fix(ci): use single combined release PR instead of separate PRs
2 parents 7d23499 + c2f146a commit 7338dd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
],
3939
"pull-request-title-pattern": "chore(release): ${component} ${version}",
4040
"pull-request-header": "## Release PR\n\nThis PR was automatically created by [Release Please](https://github.com/googleapis/release-please).\n\n**Merge this PR to publish to npm.**",
41-
"group-pull-request-title-pattern": "chore(release): ${component} ${version}",
42-
"separate-pull-requests": true
41+
"group-pull-request-title-pattern": "chore(release): release ${version}",
42+
"separate-pull-requests": false
4343
}

0 commit comments

Comments
 (0)