1 Star 0 Fork 0

shrekuu/ng-file-upload

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
release.sh 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
Danial Farid 提交于 2015-12-03 04:48 +08:00 . support for meteor
echo version: $2
echo message: $1
grunt
git add .
git add -u .
git commit -am "$1"
git pull
git push
cd ../angular-file-upload-shim-bower
git add .
git add -u .
git commit -am "$2"
git pull
git push
cd ../angular-file-upload-bower
git add .
git add -u .
git commit -am "$2"
git pull
git push
API_JSON=$(printf '{"tag_name": "%s","target_commitish": "master","name": "Version %s","body": "%s","draft": false,"prerelease": false}' $2 $2 "$1")
echo commit json: $API_JSON
curl --data "$API_JSON" https://api.github.com/repos/danialfarid/ng-file-upload/releases?access_token=$3
curl --data "$API_JSON" https://api.github.com/repos/danialfarid/ng-file-upload-shim-bower/releases?access_token=$3
curl --data "$API_JSON" https://api.github.com/repos/danialfarid/ng-file-upload-bower/releases?access_token=$3
cd ../ng-file-upload
npm publish
cd ../angular-file-upload-bower
meteor publish
cd ../ng-file-upload
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shrekuu/ng-file-upload.git
[email protected]:shrekuu/ng-file-upload.git
shrekuu
ng-file-upload
ng-file-upload
master

搜索帮助