Commit 2f3b9fa9 authored by ahocevar's avatar ahocevar
Browse files

Merge pull request #74 from proj4js/tag

Allow to push the tag
parents 8294b080 0314cf35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ git add bower.json
git add component.json
git commit -m build
git tag $1
git push git@github.com:proj4js/proj4js.git $1
git push --tags git@github.com:proj4js/proj4js.git $1
npm publish
jam publish
git checkout master