-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path.changelogrc.json
More file actions
46 lines (41 loc) · 1.59 KB
/
.changelogrc.json
File metadata and controls
46 lines (41 loc) · 1.59 KB
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
{
"version": "1.0.4",
"format": "keepachangelog",
"language": "zh-CN",
"git": {
"remoteUrl": "https://github.com/peterfei/ai-agent-team",
"compareUrlFormat": "https://github.com/peterfei/ai-agent-team/compare/{{previousTag}}...{{currentTag}}"
},
"display": {
"emoji": true,
"groupByType": true,
"showAuthor": false,
"showPR": true,
"showIssue": true,
"showCommitHash": false
},
"types": [
{ "type": "feat", "section": "Features", "emoji": "✨", "priority": 1 },
{ "type": "fix", "section": "Bug Fixes", "emoji": "🐛", "priority": 2 },
{ "type": "docs", "section": "Documentation", "emoji": "📝", "priority": 5 },
{ "type": "style", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "emoji": "♻️", "priority": 4 },
{ "type": "perf", "section": "Performance", "emoji": "⚡", "priority": 3 },
{ "type": "test", "section": "Tests", "emoji": "✅", "priority": 6 },
{ "type": "build", "section": "Build System", "emoji": "📦", "priority": 7 },
{ "type": "ci", "section": "CI/CD", "emoji": "👷", "priority": 8 },
{ "type": "chore", "hidden": true }
],
"template": {
"path": null,
"commitUrl": "https://github.com/peterfei/ai-agent-team/commit/{{hash}}",
"compareUrl": "https://github.com/peterfei/ai-agent-team/compare/{{previousTag}}...{{currentTag}}",
"issueUrl": "https://github.com/peterfei/ai-agent-team/issues/{{id}}",
"prUrl": "https://github.com/peterfei/ai-agent-team/pull/{{id}}"
},
"exclude": {
"types": ["style", "chore"],
"scopes": [],
"commits": []
}
}