mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-14 00:39:57 -04:00
Update publish script.
This commit is contained in:
parent
3078d127a9
commit
24b4c931b5
1 changed files with 5 additions and 1 deletions
|
@ -23,6 +23,10 @@ VERSION=$(node -e "
|
|||
process.stdout.write(require('../package.json').version)
|
||||
")
|
||||
# Commit
|
||||
git commit -m "Update version to v$VERSION."
|
||||
git commit -m "Bump version to v$VERSION"
|
||||
# Tag
|
||||
git tag "v$VERSION"
|
||||
# Push
|
||||
git push
|
||||
# Publish
|
||||
npm publish ..
|
||||
|
|
Loading…
Reference in a new issue