提交 b2c0bb93 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

add npm & git help script

上级 9869ee1a
#!/usr/bin/env bash
[ -z "$!" ] && {
echo
echo "Usage: git-push-tag.sh <tag>"
echo
exit 1
}
NO_HOOK=1 git push origin "$1"
#!/usr/bin/env bash
[ -z "$1" ] && {
echo
echo "Usage: npm-set-latest.sh <wechaty@version>"
echo
exit 1
}
npm dist-tag add "$1" latest
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册