From 9ca7f74e9627ef3f60117a1f447af48e0de0464e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:15:14 +0000 Subject: [PATCH] Prepare Release v6.0.0 using 'release-plan' --- .release-plan.json | 6 +++++- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index a3f672f..df00eab 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -9,10 +9,14 @@ { "impact": "major", "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2026-07-10)\n\n* broccoli-plugin 6.0.0 (major)\n\n#### :boom: Breaking Change\n* `broccoli-plugin`\n * [#82](https://github.com/broccolijs/broccoli-plugin/pull/82) drop support for ancient broccoli version - only support broccoli >= 1.0.0 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2026-07-10)\n\n* broccoli-plugin 6.0.0 (major)\n\n#### :boom: Breaking Change\n* `broccoli-plugin`\n * [#82](https://github.com/broccolijs/broccoli-plugin/pull/82) drop support for ancient broccoli version - only support broccoli >= 1.0.0 ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `broccoli-plugin`\n * [#85](https://github.com/broccolijs/broccoli-plugin/pull/85) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 427c658..4757c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Release (2026-07-10) + +* broccoli-plugin 6.0.0 (major) + +#### :boom: Breaking Change +* `broccoli-plugin` + * [#82](https://github.com/broccolijs/broccoli-plugin/pull/82) drop support for ancient broccoli version - only support broccoli >= 1.0.0 ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `broccoli-plugin` + * [#85](https://github.com/broccolijs/broccoli-plugin/pull/85) update release-plan ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2026-02-24) * broccoli-plugin 5.0.0 (major) diff --git a/package.json b/package.json index 8b18e12..de0729c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-plugin", - "version": "5.0.0", + "version": "6.0.0", "description": "Base class for all Broccoli plugins", "keywords": [ "broccoli-plugin"