加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.release-it.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
virzs 提交于 2021-12-29 22:19 . ci(配置调整): :necktie:调整 release 配置
{
"npm": {
"publish": false
},
"github": {
"release": true,
"releaseName": "Release ${version}",
"releaseNotes": null,
"preRelease": false,
"draft": false,
"tokenRef": "GITHUB_TOKEN",
"assets": null,
"host": null,
"timeout": 0,
"proxy": null,
"skipChecks": false,
"web": false
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"header": "# 📋 更新历史 \n\n",
"types": [
{ "type": "feat", "section": "✨ Features | 新功能" },
{ "type": "fix", "section": "🐛 Bug Fixes | Bug 修复" },
{
"type": "perf",
"section": "⚡ Performance Improvements | 性能优化"
},
{ "type": "revert", "section": "⏪ Reverts | 回退" },
{ "type": "chore", "section": "📦 Chores | 其他更新" },
{ "type": "docs", "section": "📝 Documentation | 文档" },
{ "type": "style", "section": "💄 Styles | 风格" },
{ "type": "refactor", "section": "♻ Code Refactoring | 代码重构" },
{ "type": "test", "section": "✅ Tests | 测试" },
{ "type": "build", "section": "👷‍ Build System | 构建" },
{ "type": "ci", "section": "🔧 Continuous Integration | CI 配置" }
],
"commitUrlFormat": "https://github.com/lpreterite/datagent/commit/{{hash}}"
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化