From ed498cfcbc8d6a12ac6fdfb343486c41ef0b7854 Mon Sep 17 00:00:00 2001 From: Shahar Soel Date: Sun, 26 Jul 2026 11:17:59 +0300 Subject: [PATCH] build: ignore yeoman-env-v3 in releases This "internal" package's version should be synced to the actual version of yeoman-env it is wrapping --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index b5b7a5b1..334610b5 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -17,6 +17,6 @@ "access": "restricted", "baseBranch": "origin/main", "updateInternalDependencies": "patch", - "ignore": ["@sap-devx/yeoman-ui-root"], + "ignore": ["@sap-devx/yeoman-ui-root", "yeoman-env-v3"], "privatePackages": { "version": true, "tag": true } }