From 59d0402bf0eb0a65730191318f95618f9c6be976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Wed, 9 Apr 2014 11:44:12 +0200 Subject: [PATCH] Have publish.sh commit updated version of paper.js to paperjs.org --- build/publish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/publish.sh b/build/publish.sh index 2edfae56..c79b780f 100755 --- a/build/publish.sh +++ b/build/publish.sh @@ -65,6 +65,7 @@ cp $PAPER_DIR/dist/paperjs.zip $DIST_FILE cp $PAPER_DIR/dist/paper-full.js assets/js/paper.js # Commit to paperjs.org git add -A $DIST_FILE +git add -u assets/js/paper.js git commit -m "Release version v$VERSION" # Tag git tag "v$VERSION"