| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 89052fc commit d737978
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -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 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,6 +8,7 @@ on: | |||
| 8 | 8 | ||
| 9 | 9 | permissions: | |
| 10 | 10 | contents: write | |
| 11 | + issues: write | ||
| 11 | 12 | pull-requests: write | |
| 12 | 13 | ||
| 13 | 14 | jobs: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments