mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -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
|
cp $PAPER_DIR/dist/paper-full.js assets/js/paper.js
|
||||||
# Commit to paperjs.org
|
# Commit to paperjs.org
|
||||||
git add -A $DIST_FILE
|
git add -A $DIST_FILE
|
||||||
|
git add -u assets/js/paper.js
|
||||||
git commit -m "Release version v$VERSION"
|
git commit -m "Release version v$VERSION"
|
||||||
# Tag
|
# Tag
|
||||||
git tag "v$VERSION"
|
git tag "v$VERSION"
|
||||||
|
|
Loading…
Reference in a new issue