feat: 增加 changelog 功能

This commit is contained in:
muwoo
2021-09-23 17:35:22 +08:00
parent a16b198798
commit 69626ed69e
2 changed files with 14 additions and 1 deletions

13
.versionrc Normal file
View File

@@ -0,0 +1,13 @@
{
"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}}"
}