mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-10 13:20:28 +08:00
14 lines
588 B
Plaintext
14 lines
588 B
Plaintext
{
|
|
"header": "变更日志",
|
|
"types": [
|
|
{"type":"feat","section":"新增功能", "hidden": false},
|
|
{"type":"fix","section":"Bug 修复", "hidden": false},
|
|
{"type":"ref","section":"重构", "hidden": false},
|
|
{"type":"docs","section":"文档", "hidden": false}
|
|
],
|
|
"compareUrlFormat": "https://github.com/clouDr-f2e/rubick/compare/{{previousTag}}...{{currentTag}}",
|
|
"commitUrlFormat": "https://github.com/clouDr-f2e/rubick/commit/{{hash}}",
|
|
"issueUrlFormat": "https://github.com/clouDr-f2e/rubick/issues/{{id}}",
|
|
"userUrlFormat": "https://github.com/{{user}}"
|
|
}
|