Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Commit

Permalink
[build] 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crossjs committed Jul 7, 2016
1 parent 0c6a4bc commit 14e4afe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ then
# commit
git add -A
git commit -m "[build] $VERSION"
npm version $VERSION --message "[release] $VERSION"
# npm version $VERSION --message "[release] $VERSION"

# publish
git push origin refs/tags/v$VERSION
git push
# npm publish
fi
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"rollup-plugin-babel": "^2.4.0",
"uglify-js": "^2.5.0",
"vue": "^1.0.26",
"vuex": "1.0.0-rc",
"vuex": "^1.0.0-rc",
"webpack": "^1.13.1",
"yargs": "^4.7.1"
}
Expand Down

0 comments on commit 14e4afe

Please sign in to comment.