fix: 🐛 修复官网更新日志的版本链接及 issue 链接异常的问题 (#10329)

Co-authored-by: cklwblove <lwbhtml@163.coom>
This commit is contained in:
文博
2022-02-25 14:08:44 +08:00
committed by GitHub
co-authored by cklwblove
parent 641088c0fc
commit 15a77eec13
2 changed files with 39 additions and 3 deletions
@@ -1,3 +1,15 @@
### [v{{version}}]({{~@root.repoUrl}}/compare/{{previousTag}}...{{currentTag}})
### [v{{version}}](
{{~#if @root.repository}}
{{~#if @root.host}}
{{~@root.host}}/
{{~/if}}
{{~#if @root.owner}}
{{~@root.owner}}/
{{~/if}}
{{~@root.repository}}
{{~else}}
{{~@root.repoUrl}}
{{~/if}}
/compare/{{previousTag}}...{{currentTag}})
`{{date}}`