| @@ -1,11 +1,10 @@ |
|
|
| 1 |
1 |
{ |
| 2 |
2 |
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", |
| 3 |
|
-"separate-pull-requests": false, |
|
3 |
+"group-pull-request-title-pattern": "chore${scope}: release${component} ${version}", |
| 4 |
4 |
"pull-request-footer": "> [!IMPORTANT]\n> Close and reopen this PR to trigger CI checks.", |
| 5 |
5 |
"packages": { |
| 6 |
6 |
".": { |
| 7 |
|
-"release-type": "maven", |
| 8 |
|
-"extra-files": ["integration-tests/it-spring-boot-smoke-test/pom.xml"] |
|
7 |
+"release-type": "maven" |
| 9 |
8 |
} |
| 10 |
9 |
} |
| 11 |
10 |
} |