-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.release-please-config.json
More file actions
84 lines (84 loc) · 2.33 KB
/
Copy path.release-please-config.json
File metadata and controls
84 lines (84 loc) · 2.33 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"changelog-sections": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "refactor","section": "Refactors" },
{ "type": "chore", "section": "Miscellaneous Chores" },
{ "type": "docs", "section": "Docs" }
],
"pull-request-header": ":rotating_light: There are changes ready for release :rocket:\n\nℹ Merge this PR once the team confirms the release is ready.\n",
"pull-request-title-pattern": "chore(${component}): ${version}",
"separate-pull-requests": true,
"component-no-space": true,
"packages": {
"very_good_core": {
"release-type": "simple",
"version-file": "version.txt",
"component": "very_good_core",
"extra-files": [
"brick.yaml"
]
},
"very_good_dart_cli": {
"release-type": "simple",
"version-file": "version.txt",
"component": "very_good_dart_cli",
"extra-files": [
"brick.yaml"
]
},
"very_good_dart_package": {
"release-type": "simple",
"version-file": "version.txt",
"component": "very_good_dart_package",
"extra-files": [
"brick.yaml"
]
},
"very_good_docs_site": {
"release-type": "simple",
"version-file": "version.txt",
"component": "very_good_docs_site",
"extra-files": [
"brick.yaml"
]
},
"very_good_flame_game": {
"release-type": "simple",
"version-file": "version.txt",
"component": "very_good_flame_game",
"extra-files": [
"brick.yaml"
]
},
"very_good_flutter_package": {
"release-type": "simple",
"version-file": "version.txt",
"component": "very_good_flutter_package",
"extra-files": [
"brick.yaml"
]
},
"very_good_flutter_plugin": {
"release-type": "simple",
"version-file": "version.txt",
"component": "very_good_flutter_plugin",
"extra-files": [
"brick.yaml",
{
"type": "generic",
"path": "hooks/lib/version.dart"
}
]
},
"very_good_app_ui": {
"release-type": "simple",
"version-file": "version.txt",
"component": "very_good_app_ui",
"extra-files": [
"brick.yaml"
]
}
}
}