-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.release-please-config.json
23 lines (23 loc) · 1.07 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
{
"packages": {
".": "2.1.1"
},
"package-name": "@tsdevau/codewars-kata-archiver",
"release-commit-message-pattern": "build(${scope}): 🔖 Release ${component} v${version}",
"pull-request-title-pattern": "build(${scope}): 🔖 Release ${component} v${version}",
"pull-request-header": ":robot: PR by release-please bot",
"changelog-sections": [
{ "type": "feat", "section": "Features & Performance Improvements" },
{ "type": "perf", "section": "Features & Performance Improvements" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "revert", "section": "Work in Progress" },
{ "type": "wip", "section": "Work in Progress" },
{ "type": "docs", "section": "Documentation" },
{ "type": "refactor", "section": "DX Improvements" },
{ "type": "style", "section": "DX Improvements" },
{ "type": "chore", "section": "DX Maintenance & Configuration" },
{ "type": "build", "section": "DX Maintenance & Configuration" },
{ "type": "test", "section": "DX Testing" },
{ "type": "ci", "section": "DX Continuous Integrations" }
]
}