标准版本 - 避免 CHANGELOG.md 上的链接

问题描述

我开始使用标准版本为我的项目生成 CHANGELOG.md

我添加了一个如下所示的 .versionrc 文件:

{
"bumpFiles": [
    {
        "filename": "version.txt","type": "plain-text"
    },{
        "filename": "package.json","type": "json"
    }
],"header": "My CHANGELOG header","types": [
    { "type": "feat","section": "Features" },{ "type": "fix","section": "Bug Fixes" },{ "type": "chore","hidden": true },{ "type": "docs",{ "type": "style",{ "type": "refactor",{ "type": "perf",{ "type": "test","hidden": true }
],"commitUrlFormat": null,//custom try to avoid commit url link
"compareUrlFormat": ""   //custom try to avoid commit compare url link
}

我的目标是避免在我的 CHANGELOG.md 的每个条目中创建提交或提交比较的链接。

我可以使用 Substitutions 功能编辑链接网址,但我不知道如何在没有任何链接的情况下生成变更日志条目。

到目前为止,我已经尝试过 "" 和 null,就像我示例中的两个 commitUrlFormatcompareUrlFormat 属性,但都没有给出想要的结果,欢迎提出任何建议

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...