1 Star 15 Fork 5

free pan / archetype-backend-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.versionrc.cjs 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
free pan 提交于 2023-12-27 17:31 . chore: 🤖 更新changelog生成配置
module.exports = {
header: '# 管理系统骨架 \n## 更新历史',
commitUrlFormat:
'https://gitee.com/free_pan/archetype-backend-template/commit/{{hash}}',
issueUrlFormat:
'https://gitee.com/free_pan/archetype-backend-template/issues/{{id}}',
types: [
{ type: 'feat', section: '✨ Features | 新功能' },
{ type: 'fix', section: '🐛 Bug Fixes | Bug 修复' },
{ type: 'docs', section: '📝 Documentation | 文档更新' },
{ type: 'refactor', section: '♻️ Code Refactoring | 代码重构' },
{ type: 'perf', section: '⚡ Performance Improvements | 性能优化' },
{ type: 'test', section: '✅ Tests | 添加/更新测试代码' },
{ type: 'revert', section: '⏪ Revert | 回退' },
{ type: 'release', section: '🔖 Build System | 打包构建' },
{ type: 'chore', section: '🤖 Chore | 构建/工程依赖/工具' },
{ type: 'ci', section: '👷 Continuous Integration | CI 配置' },
{ type: 'ui', section: '💄 Add or update the UI | 添加/更新UI' },
{
type: 'experience',
section: '🧑‍💻 Improve developer experience. | 增强开发体验',
},
{
type: 'logic',
section: '👔 Add or update business logic. | 添加或更新业务逻辑',
},
{
type: 'dependencies',
section: '⬆️ Upgrade dependencies. | 依赖更新',
},
],
}
TypeScript
1
https://gitee.com/free_pan/archetype-backend-template.git
git@gitee.com:free_pan/archetype-backend-template.git
free_pan
archetype-backend-template
archetype-backend-template
develop

搜索帮助