]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
build: fix script
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 8 Apr 2020 10:56:17 +0000 (12:56 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 8 Apr 2020 10:56:17 +0000 (12:56 +0200)
scripts/release.sh

index 34cb3b251767e2061672ab0cd24f71ee27c06706..77d34436fd14941b74fea70d15c9e601d4a2ce8d 100644 (file)
@@ -25,12 +25,11 @@ then
 
   # commit and tag
   git add CHANGELOG.md package.json
-  git commit -m "realese: v$VERSION"
+  git commit -m "release: v$VERSION"
   git tag "v$VERSION"
 
   # commit
-  # TODO: make sure this works the next time
-  yarn publish --tag next --new-version $VERSION --no-commit-hooks --no-git-tag-version
+  yarn publish --tag next --new-version "$VERSION" --no-commit-hooks --no-git-tag-version
 
   # publish
   git push origin refs/tags/v$VERSION