From 3f6cf5c4c464879032fe4fbdb534dc2f0a90fa4d Mon Sep 17 00:00:00 2001 From: Andre Destro Date: Wed, 26 Nov 2025 16:08:36 +0000 Subject: [PATCH] chore: latest-6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8e0e02fc5..9556a7722 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,9 @@ "ci:publish:alpha": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid alpha --force-publish --dist-tag next --yes", "ci:publish:beta": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid beta --force-publish --dist-tag next --yes", "ci:publish:rc": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid rc --force-publish --dist-tag next --yes", - "ci:publish:latest": "lerna publish --conventional-commits --dist-tag latest --no-verify-access --yes", + "ci:publish:latest": "lerna publish --conventional-commits --dist-tag latest-6 --no-verify-access --yes", "ci:publish:latest-from-pre": "lerna publish --conventional-graduate --conventional-commits --dist-tag latest --no-verify-access --force-publish --yes", - "ci:publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\"%Y%m%dT%H%M%S\") --force-publish --no-changelog --no-git-tag-version --dist-tag dev --no-push --yes" + "ci:publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\"%Y%m%dT%H%M%S\") --force-publish --no-changelog --no-git-tag-version --dist-tag dev-6 --no-push --yes" }, "devDependencies": { "@actions/core": "^1.9.1",