]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
build: use latest tag
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 28 Feb 2022 15:10:22 +0000 (16:10 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 28 Feb 2022 15:10:22 +0000 (16:10 +0100)
scripts/release.sh

index 758da8d99f9a9b19e63398ca389da0e3140f1ef2..f3bea32f28c73f08b5652fa71119f0f5f82e074f 100644 (file)
@@ -31,7 +31,7 @@ then
   git tag "v$VERSION"
 
   # commit
-  yarn publish --tag next --new-version "$VERSION" --no-commit-hooks --no-git-tag-version
+  yarn publish --tag latest --new-version "$VERSION" --no-commit-hooks --no-git-tag-version
 
   # publish
   git push origin refs/tags/v$VERSION