1 Star 0 Fork 0

杨登贤/Leaflet-WFST

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
publish.sh 629 Bytes
一键复制 编辑 原始数据 按行查看 历史
kuzkok 提交于 2017-08-15 14:30 . Change publish script
#!/bin/bash
npm update
VERSION=$(node --eval "console.log(require('./package.json').version);")
grunt build
npm test || exit 1
echo "Ready to publish plugin version $VERSION."
echo "Has the version number been bumped?"
read -n1 -r -p "Press Ctrl+C to cancel, or any other key to continue." key
git checkout -b build
echo "Creating git tag v$VERSION..."
git add dist/leaflet-wfst.src.js dist/leaflet-wfst.min.js -f
git commit -m "v$VERSION"
git tag v$VERSION || echo "Release with same name already exists"
git checkout master
git branch -D build
echo "Release $VERSION prepared, dont forget to call git push --tags."
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yangdengxian/Leaflet-WFST.git
git@gitee.com:yangdengxian/Leaflet-WFST.git
yangdengxian
Leaflet-WFST
Leaflet-WFST
master

搜索帮助