update release script
This commit is contained in:
parent
7a4df6912b
commit
d3236434b8
|
@ -25,7 +25,7 @@ grunt test
|
||||||
|
|
||||||
# Add build files to git
|
# Add build files to git
|
||||||
sed -i "" '/^dist\/$/d' .gitignore
|
sed -i "" '/^dist\/$/d' .gitignore
|
||||||
git add dist/ *.json
|
git add dist/ bower.json npm-shrinkwrap.json package.json
|
||||||
git commit -m "Release new version"
|
git commit -m "Release new version"
|
||||||
git checkout .gitignore
|
git checkout .gitignore
|
||||||
git tag v$1
|
git tag v$1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user