1 Star 1 Fork 0

镜像同步/spaceship-prompt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.releaserc.json 886 Bytes
一键复制 编辑 原始数据 按行查看 历史
Denys Dovhan 提交于 2021-06-05 00:34 . fix(ci): Fix typo in .releaserc.json
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/changelog",
["semantic-release-license", {
"license": {
"path": "LICENSE.md"
}
}],
["@google/semantic-release-replace-plugin", {
"replacements": [{
"files": ["spaceship.zsh"],
"from": "export SPACESHIP_VERSION='.*'",
"to": "export SPACESHIP_VERSION='${nextRelease.version}'",
"results": [
{
"file": "spaceship.zsh",
"hasChanged": true,
"numMatches": 1,
"numReplacements": 1
}
],
"countMatches": true
}]
}],
["@semantic-release/git", {
"assets": ["package.json", "spaceship.zsh","CHANGELOG.md", "LICENSE.md"]
}]
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/synchub/spaceship-prompt.git
[email protected]:synchub/spaceship-prompt.git
synchub
spaceship-prompt
spaceship-prompt
master

搜索帮助