1 Star 0 Fork 0

轻飘yyf/leaflet-webgl-heatmap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
publish.sh 432 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
VERSION=$(node --eval "console.log(require('./package.json').version);")
echo "Version : $VERSION"
echo "Is the version bumped?"
echo "---"
echo "Add a comment?"
read comment
gulp build
if [[ $comment ]]; then
git commit -am "v$VERSION - $comment"
git tag -a v$VERSION -m "$comment" -f
else
git commit -am "v$VERSION"
git tag v$VERSION -f
fi
git push --tags -f
git push
echo "Uploading to NPM..."
npm publish
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyf994/leaflet-webgl-heatmap.git
git@gitee.com:yyf994/leaflet-webgl-heatmap.git
yyf994
leaflet-webgl-heatmap
leaflet-webgl-heatmap
master

搜索帮助