forked from chanzuckerberg/github-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-please-config.json
43 lines (43 loc) · 940 Bytes
/
release-please-config.json
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
{
"bootstrap-sha": "29729e68678cb1eb7a0220502bc769918f639ea9",
"release-type": "simple",
"group-pull-request-title-pattern": "chore: release ${version}",
"bump-minor-pre-major": true,
"prerelease": false,
"initial-version": "0.0.1",
"changelog-types": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "chore",
"section": "Misc",
"hidden": false
},
{
"type": "fix",
"section": "BugFixes",
"hidden": false
}
],
"packages": {
".github/actions/conventional-commits": {
"package-name": "conventional-commits"
},
".github/actions/docker-build-push": {
"package-name": "docker-build-push"
},
".github/actions/install-happy": {
"package-name": "install-happy"
},
".github/actions/deploy-happy-stack": {
"package-name": "deploy-happy-stack"
},
".github/actions/get-github-ref-names": {
"package-name": "get-github-ref-names"
},
".": {}
}
}