mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Have publish.sh commit updated version of paper.js to paperjs.org
This commit is contained in:
parent
60f6eca6c4
commit
59d0402bf0
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue