-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease-please-config.json
34 lines (31 loc) · 1.15 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
{
"release-type": "node",
"extra-files": [
{
"type": "json",
"path": "static/info.json",
"jsonpath": "$.version"
}
],
"draft-pull-request": true,
"pull-request-title-pattern": "chore: release ${version}",
"pull-request-header": "📦 Release PR",
"pull-request-footer": "🤖 Dieser Pull-Request wurde automatisch generiert. Um die Version zu veröffentlichen, bitte den Pull-Request mergen.",
"include-component-in-tag": false,
"changelog-sections": [
{ "type": "feat", "section": "📕 Features" },
{ "type": "change", "section": "🔄 Änderungen" },
{ "type": "fix", "section": "🪲 Fehlerbehebungen" },
{ "type": "docs", "section": "📝 Dokumentation" },
{ "type": "style", "section": "🎨 Design-Änderungen" },
{ "type": "chore", "section": "🔧 Sonstige Änderungen" },
{ "type": "refactor", "section": "🔧 Code-Refactoring" },
{ "type": "test", "section": "🧪 Test-Änderungen" },
{ "type": "ci", "section": "🚀 CI/CD-Änderungen" },
{ "type": "deps", "section": "⚙️ Abhängigkeiten" }
],
"packages": {
".": {}
},
"$schema": "https://github.com/googleapis/release-please/raw/main/schemas/config.json"
}