1 Star 0 Fork 0

evan / conventional-changelog-chestnut

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.release-it.json 401 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
{
"git": {
"commitMessage": "chore: release v${version}"
},
"hooks": {
"after:bump": "npm run changelog",
"after:git:release": "echo Successfully git push to ${repo.remote}",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"plugins": {
"@release-it/bumper": {
"in": "package.json",
"out": "package.json"
}
}
}
JavaScript
1
https://gitee.com/bnuephjx/conventional-changelog-chestnut.git
git@gitee.com:bnuephjx/conventional-changelog-chestnut.git
bnuephjx
conventional-changelog-chestnut
conventional-changelog-chestnut
master

搜索帮助