-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrelease-please-config.json
59 lines (59 loc) · 1.37 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
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
{
"bootstrap-sha": "29729e68678cb1eb7a0220502bc769918f639ea9",
"release-type": "simple",
"group-pull-request-title-pattern": "chore: release ${version}",
"bump-minor-pre-major": true,
"monorepo-tags": true,
"prerelease": false,
"initial-version": "0.0.1",
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "BugFixes",
"hidden": false
},
{
"type": "chore",
"section": "Misc",
"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"
},
".github/actions/jira-find-marker": {
"package-name": "jira-find-marker"
},
".github/actions/jira-validate-reference": {
"package-name": "jira-validate-reference"
},
".github/actions/latest-successful-deployment": {
"package-name": "latest-successful-deployment"
},
".github/actions/retag-happy": {
"package-name": "retag-happy"
},
".github/actions/happy-cleanup": {
"package-name": "happy-cleanup"
},
".": {}
}
}