From e7d167a6afe70381375fc2bd7785e4cf2f4f1d73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 21:17:36 +0000 Subject: [PATCH] Prepare Release v3.1.0 using 'release-plan' --- .release-plan.json | 30 ++++++++++++++++++++++++++++++ CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..5d16259 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,30 @@ +{ + "solution": { + "broccoli-caching-writer": { + "impact": "minor", + "oldVersion": "3.0.3", + "newVersion": "3.1.0", + "tagName": "latest", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2025-12-14)\n\n* broccoli-caching-writer 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `broccoli-caching-writer`\n * [#101](https://github.com/ember-cli/broccoli-caching-writer/pull/101) remove unused broccoli-kitchen-sink-helpers ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `broccoli-caching-writer`\n * [#86](https://github.com/ember-cli/broccoli-caching-writer/pull/86) Shifts to using the appropriate this._inputFiles ([@acorncom](https://github.com/acorncom))\n * [#84](https://github.com/ember-cli/broccoli-caching-writer/pull/84) chore(package): update debug to version 2.5.1 ([@rwjblue](https://github.com/rwjblue))\n\n#### :memo: Documentation\n* `broccoli-caching-writer`\n * [#85](https://github.com/ember-cli/broccoli-caching-writer/pull/85) Refer to broccoli-plugin instead of broccoli-writer (deprecated) ([@joliss](https://github.com/joliss))\n\n#### :house: Internal\n* `broccoli-caching-writer`\n * [#103](https://github.com/ember-cli/broccoli-caching-writer/pull/103) setup releasing with release-plan ([@mansona](https://github.com/mansona))\n * [#100](https://github.com/ember-cli/broccoli-caching-writer/pull/100) swap to pnpm and turn on github actions ([@mansona](https://github.com/mansona))\n\n#### Committers: 4\n- Chris Manson ([@mansona](https://github.com/mansona))\n- David Baker ([@acorncom](https://github.com/acorncom))\n- Jo Liss ([@joliss](https://github.com/joliss))\n- Robert Jackson ([@rwjblue](https://github.com/rwjblue))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 972b76c..8b6ed60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## Release (2025-12-14) + +* broccoli-caching-writer 3.1.0 (minor) + +#### :rocket: Enhancement +* `broccoli-caching-writer` + * [#101](https://github.com/ember-cli/broccoli-caching-writer/pull/101) remove unused broccoli-kitchen-sink-helpers ([@mansona](https://github.com/mansona)) + +#### :bug: Bug Fix +* `broccoli-caching-writer` + * [#86](https://github.com/ember-cli/broccoli-caching-writer/pull/86) Shifts to using the appropriate this._inputFiles ([@acorncom](https://github.com/acorncom)) + * [#84](https://github.com/ember-cli/broccoli-caching-writer/pull/84) chore(package): update debug to version 2.5.1 ([@rwjblue](https://github.com/rwjblue)) + +#### :memo: Documentation +* `broccoli-caching-writer` + * [#85](https://github.com/ember-cli/broccoli-caching-writer/pull/85) Refer to broccoli-plugin instead of broccoli-writer (deprecated) ([@joliss](https://github.com/joliss)) + +#### :house: Internal +* `broccoli-caching-writer` + * [#103](https://github.com/ember-cli/broccoli-caching-writer/pull/103) setup releasing with release-plan ([@mansona](https://github.com/mansona)) + * [#100](https://github.com/ember-cli/broccoli-caching-writer/pull/100) swap to pnpm and turn on github actions ([@mansona](https://github.com/mansona)) + +#### Committers: 4 +- Chris Manson ([@mansona](https://github.com/mansona)) +- David Baker ([@acorncom](https://github.com/acorncom)) +- Jo Liss ([@joliss](https://github.com/joliss)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + ## master ## 3.0.0 diff --git a/package.json b/package.json index 61f500c..72af94c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-caching-writer", - "version": "3.0.3", + "version": "3.1.0", "description": "Broccoli plugin that allows simple caching (while still allowing N:N) based on the input tree hash.", "keywords": [ "broccoli-plugin",