18 Star 366 Fork 89

ayangweb/ChatGPT-Desktop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.release-it.cjs 412 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
git: {
commitMessage: 'v${version}',
tagName: 'v${version}'
},
github: {
release: false,
releaseName: 'v${version}'
},
npm: {
publish: false
},
hooks: {
'after:bump': 'npm run update:version'
},
plugins: {
'@release-it/conventional-changelog': {
preset: 'angular',
infile: 'CHANGELOG.md',
ignoreRecommendedBump: true
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ayangweb/ChatGPT-Desktop.git
git@gitee.com:ayangweb/ChatGPT-Desktop.git
ayangweb
ChatGPT-Desktop
ChatGPT-Desktop
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385