From c6916b32cd2528be774e3e13dc049c5d9dddb528 Mon Sep 17 00:00:00 2001 From: Brian Love Date: Thu, 30 Apr 2026 17:29:49 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20post-first-release=20cleanup=20?= =?UTF-8?q?=E2=80=94=20fix=20tag=20pattern=20+=20npm=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - nx.json: set release.releaseTagPattern to 'v{version}' so future releases produce tags like 'v0.0.2' (matches the workflow trigger 'tags: v*'). The first release accidentally used Nx's default fixed-group pattern ('publishable-v0.0.1') so the publish workflow didn't fire on tag push. From the next release onward, tags use the conventional 'v{version}' shape and the workflow auto-publishes. - README.md: fix the stale npm version badge URL (was pointing at the old @cacheplane/angular package; now points at @ngaf/langgraph). Co-Authored-By: Claude Opus 4.7 --- README.md | 2 +- nx.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc3704de..4d9990214 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

- npm version + npm version License: MIT diff --git a/nx.json b/nx.json index 5f09a4465..ad2a789dc 100644 --- a/nx.json +++ b/nx.json @@ -42,6 +42,7 @@ } }, "release": { + "releaseTagPattern": "v{version}", "groups": { "publishable": { "projects": [