3 Star 0 Fork 0

mirrors_twilio/karma-electron

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.release.json 1000 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"type": "JavaScript",
"travis": false,
"slug": "twilio/karma-electron.js",
"env": {
"GH_REF": "github.com/twilio/karma-electron.js.git"
},
"plans": {
"release": {
"env": {
"GIT_USER_NAME": "twilio-ci",
"GIT_USER_EMAIL": "twilio-ci@twilio.com"
},
"commands": [
"node ./node_modules/.bin/release --bump ${CURRENT_VERSION} ${RELEASE_VERSION}",
"git config user.name \"${GIT_USER_NAME}\"",
"git config user.email \"${GIT_USER_EMAIL}\"",
"git add package.json",
"git commit -m \"${RELEASE_VERSION}\"",
"git tag ${RELEASE_VERSION}",
"git rebase HEAD ${BRANCH}",
"git push origin ${BRANCH} --tags"
]
},
"development": {
"commands": [
"node ./node_modules/.bin/release --bump ${RELEASE_VERSION} ${DEVELOPMENT_VERSION}",
"git add package.json",
"git commit -m \"${DEVELOPMENT_VERSION}\"",
"git push origin ${BRANCH}"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_twilio/karma-electron.git
git@gitee.com:mirrors_twilio/karma-electron.git
mirrors_twilio
karma-electron
karma-electron
stable-twilio

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385