From 1ca88da01912ad842ace0c5476557501b425f4ab Mon Sep 17 00:00:00 2001 From: Jonathan Haines Date: Thu, 15 May 2025 23:59:54 +1000 Subject: [PATCH] fix(release): publish tags (#1161) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dae4347f..4327afbf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "build": "yarn workspaces foreach --all --topological --verbose run build", "publint": "yarn workspaces foreach --all --topological --verbose run publint", - "publish": "yarn workspaces foreach --all --no-private --topological --verbose npm publish --tolerate-republish", + "publish": "yarn workspaces foreach --all --no-private --topological --verbose npm publish --tolerate-republish && changeset tag", "typecheck": "yarn tsc --build", "typecheck:clean": "yarn tsc --build --clean", "typecheck:watch": "yarn tsc --build --watch", @@ -45,4 +45,4 @@ "vitest": "^3.0.8" }, "packageManager": "yarn@4.0.2" -} +} \ No newline at end of file