Ai
1 Star 0 Fork 1

CheriSh_Meng/demo-commit

forked from liuyang/demo-commit 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.release-it.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
liuyang 提交于 2023-03-13 13:43 +08:00 . chore: 修改release-it配置
{
"github": {
"release": true
},
"git": {
"commitMessage": "release: v${version}"
},
"npm": {
"publish": true
},
"hooks": {
"after:bump": "echo 更新版本成功"
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"ignoreRecommendedBump": true,
"strictSemVer": true,
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "✨新功能"
},
{
"type": "fix",
"section": "🐛问题修复"
},
{
"type": "docs",
"section": "📚文档"
},
{
"type": "chore",
"section": "🔧配置文件"
},
{
"type": "style",
"hidden": "true",
"section": "💄修改样式"
},
{
"type": "refactor",
"hidden": true
},
{
"type": "perf",
"hidden": true
},
{
"type": "test",
"hidden": true
}
]
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pingm/demo-commit.git
git@gitee.com:pingm/demo-commit.git
pingm
demo-commit
demo-commit
master

搜索帮助