From: Eduardo San Martin Morote Date: Mon, 28 Feb 2022 15:10:22 +0000 (+0100) Subject: build: use latest tag X-Git-Tag: v4.0.14~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e27474a1f2faf224803c8448bb1a7744c2f3d9b;p=thirdparty%2Fvuejs%2Frouter.git build: use latest tag --- diff --git a/scripts/release.sh b/scripts/release.sh index 758da8d9..f3bea32f 100644 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -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