From 1629af2e77f02d661e6478caa421757cc5548c3f Mon Sep 17 00:00:00 2001 From: "aidd-bot[bot]" Date: Fri, 14 Aug 2026 13:39:01 +0200 Subject: [PATCH] chore(release): drop the 5.8.0 pin and attribute the breaking change v5.8.0 is published, so the release-as pin has done its job. Left in place it would force every later run to reproduce 5.8.0. Requalify the umbrella changelog while here: the removal of aidd-refine:03-condense breaks the aidd-refine plugin, released as 3.0.0, not the marketplace. A minor release whose notes open on a breaking-change banner reads as a mistake. Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 4 ++-- release-please-config.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d41a7e73..e748691d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ ## [5.8.0](https://github.com/ai-driven-dev/framework/compare/v5.7.1...v5.8.0) (2026-08-14) -### ⚠ BREAKING CHANGES +### Notes -* **refine:** `aidd-refine:03-condense` is removed, and the skills after it are renumbered: `04-shadow-areas` becomes `03-shadow-areas`, and `05-fact-check` becomes `04-fact-check`. Any pinned reference to the old names must be updated. The plugin no longer ships a hooks directory. +* **refine:** removing `aidd-refine:03-condense` and renumbering the skills after it is a breaking change of the `aidd-refine` plugin, released as [aidd-refine 3.0.0](https://github.com/ai-driven-dev/framework/releases/tag/aidd-refine-v3.0.0). The marketplace itself carries no breaking change in this release. ### Features diff --git a/release-please-config.json b/release-please-config.json index 2b902e4a..fa55cd51 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -15,7 +15,6 @@ ], "packages": { ".": { - "release-as": "5.8.0", "extra-files": [ { "type": "json",