generated from hugomods/template-mod
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
release-please-config.json
53 lines (53 loc) · 1.7 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "e91a2bcd256fcf2cdc2ee983926b4fdb27612157",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"monorepo-tags": true,
"release-type": "go",
"tag-separator": "/",
"changelog-sections": [
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "ci", "section": "Continuous Integration" },
{ "type": "docs", "section": "Documentation 📝" },
{ "type": "feat", "section": "Features ✨" },
{ "type": "feature", "section": "Features ✨" },
{ "type": "fix", "section": "Bug Fixes 🐞" },
{ "type": "perf", "section": "Performance Improvements ⚡️" },
{ "type": "style", "section": "Styles 🎨" }
],
"packages": {
".": {
"exclude-paths": [
"vendors"
]
},
"vendors/bootstrap": {
"component": "vendors/bootstrap"
},
"vendors/feather": {
"component": "vendors/feather"
},
"vendors/devicons": {
"component": "vendors/devicons"
},
"vendors/flag": {
"component": "vendors/flag"
},
"vendors/font-awesome": {
"component": "vendors/font-awesome"
},
"vendors/lucide": {
"component": "vendors/lucide"
},
"vendors/mdi": {
"component": "vendors/mdi"
},
"vendors/simple-icons": {
"component": "vendors/simple-icons"
},
"vendors/tabler": {
"component": "vendors/tabler"
}
}
}