1 Star 28 Fork 4

ayangweb/BongoCat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.release-it.ts 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
/* eslint-disable no-template-curly-in-string */
import type { Config } from 'release-it'
export default {
git: {
commitMessage: 'v${version}',
tagName: 'v${version}',
},
npm: {
publish: false,
},
hooks: {
'after:bump': 'tsx scripts/release.ts',
},
} satisfies Config
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ayangweb/BongoCat.git
git@gitee.com:ayangweb/BongoCat.git
ayangweb
BongoCat
BongoCat
master

搜索帮助