From 07a8dd3cd2c07728e84a01cf4d270f74989182cf Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sun, 14 Jan 2024 10:22:21 +0100 Subject: [PATCH] changeset release --- .changeset/pre.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 2af88534a..32b84d275 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -1,6 +1,6 @@ { "mode": "pre", - "tag": "next", + "tag": "next-7", "initialVersions": { "@verdaccio/test-cli-commons": "1.1.0", "@verdaccio/e2e-cli-npm6": "1.0.1", diff --git a/package.json b/package.json index 023a4e2ba..5b31ab42c 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "ci:version": "run-s ci:version:changeset ci:version:install", "ci:version:install": "pnpm install --frozen-lockfile=false", "ci:version:changeset": "changeset version", - "ci:publish": "changeset publish --tag next-7", + "ci:publish": "changeset publish", "ts:ref": "update-ts-references --discardComments", "website": "pnpm --filter ...@verdaccio/website build", "ui:storybook:build": "pnpm --filter ...@verdaccio/ui-components build-storybook",