-
Notifications
You must be signed in to change notification settings - Fork 5
/
release-please-config.json
37 lines (37 loc) · 2.21 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
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "python",
"packages": {
".": {
"release-type": "python",
"changelog-sections": [
{"section": "🚀 Features", "type": "feat", "hidden": false},
{"section": "🐛 Bugfixes", "type": "fix", "hidden": false},
{"section": "📝 Documentation", "type": "docs", "hidden": false},
{"section": "⬆️ Dependency updates", "type": "deps", "hidden": false},
{"section": "🔨 Code Refactoring", "type": "refactor", "hidden": false},
{"section": "🧪 Tests", "type": "test", "hidden": false},
{"section": "⏪️ Reverts", "type": "revert", "hidden": false},
{"section": "⚡️ Performance Improvements", "type": "perf", "hidden": false},
{"section": "🏗️ Maintenance", "type": "build", "hidden": false},
{"section": "🎨 Styles", "type": "style", "hidden": false},
{"section": "🔧 Miscellaneous Chores", "type": "chore", "hidden": false},
{"section": "👷 Continuous Integration", "type": "ci", "hidden": false}
]
}
},
"changelog-sections": [
{"section": "🚀 Features", "type": "feat", "hidden": false},
{"section": "🐛 Bugfixes", "type": "fix", "hidden": false},
{"section": "📝 Documentation", "type": "docs", "hidden": false},
{"section": "⬆️ Dependency updates", "type": "deps", "hidden": false},
{"section": "🔨 Code Refactoring", "type": "refactor", "hidden": false},
{"section": "🧪 Tests", "type": "test", "hidden": false},
{"section": "⏪️ Reverts", "type": "revert", "hidden": false},
{"section": "⚡️ Performance Improvements", "type": "perf", "hidden": false},
{"section": "🏗️ Maintenance", "type": "build", "hidden": false},
{"section": "🎨 Styles", "type": "style", "hidden": false},
{"section": "🔧 Miscellaneous Chores", "type": "chore", "hidden": false},
{"section": "👷 Continuous Integration", "type": "ci", "hidden": false}
]
}