-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathrelease-please-config.json
More file actions
61 lines (61 loc) · 3.58 KB
/
release-please-config.json
File metadata and controls
61 lines (61 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "go",
"changelog-sections": [
{
"type": "build",
"section": "Build System or External Dependencies",
"hidden": false
},
{
"type": "exp",
"section": "Experimental",
"hidden": false
},
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "revert",
"section": "Reverts",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous Chores",
"hidden": true
},
{
"type": "docs",
"section": "Documentation",
"hidden": true
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": true
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true
}
],
"packages": {
".": {}
},
"pull-request-header": "Ready for new finch release - Please verify the checklist items in the bottom of this PR before merging",
"pull-request-footer": "---\n\n### 🤖 IMPORTANT Please Read\n\nThis PR was generated automatically by [release-please](https://github.com/googleapis/release-please).\n\n**Please verify the following before merging this PR:**\n1. The [Sync Submodules workflow](https://github.com/runfinch/finch-core/actions/workflows/submodulesync.yaml) has completed successfully in the [finch-core](https://github.com/runfinch/finch-core) repo.\n2. The [Update Dependencies workflow](https://github.com/runfinch/finch-core/blob/main/.github/workflows/update-dependencies.yaml) has completed successfully in the [finch-core](https://github.com/runfinch/finch-core) repo and following subsequent PRs (if created) have been merged -\n 1. Bump finch dependencies ([for example](https://github.com/runfinch/finch-core/pull/797)).\n 2. Update QEMU ([for example](https://github.com/runfinch/finch-core/pull/798))\n 3. Update Linux dependencies ([for example](https://github.com/runfinch/finch-core/pull/796))\n 4. Update Container Runtime full archive ([for example](https://github.com/runfinch/finch-core/pull/827))\n 5. Update ECR cred helper ([for example](https://github.com/runfinch/finch-core/pull/826))\n 6. Update SOCI snapshotter ([for example](https://github.com/runfinch/finch-core/pull/825))\n 7. Update fedora OS versions for window and mac ([for example](https://github.com/runfinch/finch-core/pull/718))\n #### Note: Based on the requirements, you may want to selectively merge some of them.\n3. The [Sync Submodules and Dependencies](https://github.com/runfinch/finch/actions/workflows/sync-submodules-and-deps.yaml) workflow has completed successfully in this repo, the subsequent PR ([for example](https://github.com/runfinch/finch/pull/1672)) has been merged and the corresponding run of CI-release has passed.\n4. Latest run of [samcli-vm](https://github.com/runfinch/finch-daemon/actions/workflows/samcli-vm.yaml) tests in the [finch-daemon](https://github.com/runfinch/finch-daemon) repo are sucessful.\n\n**Need to make changes?** Push additional commits to main and this PR will be updated automatically."
}