Commit 6c28c67b authored by Ben Hsieh's avatar Ben Hsieh
Browse files

Release #v0.0.1-beta

parent ac13cbc5
VERSION=$1
git tag $VERSION
git tag source-$VERSION
git push --tags
# Get origin url of current git
ORIGIN_URL=$(git config --get remote.origin.url)
......@@ -12,7 +12,6 @@ git remote add origin $ORIGIN_URL
cp ../package.json ./
git add . -A
git commit -m "anue-fe-sdk publish commit $VERSION"
git tag $VERSION
git push origin master:$VERSION
cd ..
rm -rf ./build
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment