diff --git a/.changeset/fix-release-tag-deploy-pipeline.md b/.changeset/fix-release-tag-deploy-pipeline.md deleted file mode 100644 index 41b37e2..0000000 --- a/.changeset/fix-release-tag-deploy-pipeline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pendragon-coding': patch ---- - -Fix release pipeline so tags are cut only on main after the Version PR merges, and production deploy runs from Release via workflow_call instead of relying on Netlify Git builds or tag webhook alone. diff --git a/CHANGELOG.md b/CHANGELOG.md index bff6882..d0bd09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # pendragon-coding +## 2.9.1 + +### Patch Changes + +- 8deeaa5: Fix release pipeline so tags are cut only on main after the Version PR merges, and production deploy runs from Release via workflow_call instead of relying on Netlify Git builds or tag webhook alone. + ## 2.9.0 ### Minor Changes diff --git a/package.json b/package.json index 3dc0cd5..c4ca9b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pendragon-coding", - "version": "2.9.0", + "version": "2.9.1", "type": "module", "scripts": { "dev": "bun scripts/run-portless.ts",