-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease.json
35 lines (35 loc) · 1 KB
/
release.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
{
"template": "#{{CHANGELOG}}\n## Contributors\n- #{{CONTRIBUTORS}}",
"commit_template": "- #{{TITLE}}",
"pr_template": "- #{{TITLE}} (#{{NUMBER}})",
"categories": [
{
"title": "## New Features",
"labels": ["feat", "feature", "enhancement"]
},
{
"title": "## Bug Fixes",
"labels": ["fix", "bugfix"]
},
{
"title": "## Testing Updates",
"labels": ["test", "testing"]
},
{
"title": "## Documentation",
"labels": ["docs", "documentation"]
},
{
"title": "## Other Updates",
"labels": ["build", "other", "chore", "style"]
}
],
"label_extractor": [
{
"pattern": "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)",
"target": "$1"
}
],
"max_pull_requests": 1000,
"max_back_track_time_days": 1000
}