forked from ecmwf/anemoi-datasets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release-please-config.json
20 lines (20 loc) · 1.21 KB
/
.release-please-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"release-type": "python",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"separate-pull-requests": true,
"always-update": true,
"changelog-type": "github",
"include-component-in-tag": false,
"include-v-in-tag": false,
"draft-pull-request": true,
"pull-request-title-pattern": "chore${scope}: Preparing Next Release for ${component} ${version}",
"pull-request-header": ":robot: Automated Release PR\n\nThis PR was created by `release-please` to prepare the next release. Once merged:\n\n1. A new version tag will be created\n2. A GitHub release will be published\n3. The changelog will be updated\n\nChanges to be included in the next release:",
"pull-request-footer": "> [!IMPORTANT]\n> :warning: Merging this PR will:\n> - Create a new release\n> - Trigger deployment pipelines\n> - Update package versions\n\n **Before merging:**\n - Ensure all tests pass\n - Review the changelog carefully\n - Get required approvals\n\n [Release-please documentation](https://github.com/googleapis/release-please)",
"packages": {
".": {
"package-name": "anemoi-datasets"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}