Skip to content

Commit

Permalink
Added release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobSingh committed Oct 3, 2012
1 parent ad0b778 commit d828cb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.js~
*.html~
*.json~
dist/*
6 changes: 6 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
if [ -z "$1" ]; then
echo "provide a release number"
exit;
fi
git archive $1 -o dist/tw$1.zip

0 comments on commit d828cb0

Please sign in to comment.