From c65bd366b97e9ca416c85ec5b8f110640a7ada4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 13:24:29 +0000 Subject: [PATCH] Prepare Release vnull using 'release-plan' --- .release-plan.json | 24 +++--------------------- CHANGELOG.md | 5 +++++ 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index b083fa83..2c6fa9aa 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,26 +1,8 @@ { "solution": { "ember-command": { - "impact": "patch", - "oldVersion": "2.0.7", - "newVersion": "2.0.8", - "tagName": "latest", - "constraints": [ - { - "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" + "oldVersion": "2.0.8" } }, - "description": "## Release (2025-12-13)\n\n* ember-command 2.0.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-command`\n * [#260](https://github.com/gossi/ember-command/pull/260) Accept more of your `Function` on `CommandAction` (was too restrictive) ([@gossi](https://github.com/gossi))\n * [#141](https://github.com/gossi/ember-command/pull/141) fix docs build command ([@gossi](https://github.com/gossi))\n\n#### :memo: Documentation\n* `ember-command`\n * [#261](https://github.com/gossi/ember-command/pull/261) Use `glimmer-ts` language for code in Readme ([@gossi](https://github.com/gossi))\n\n#### :house: Internal\n* `ember-command`\n * [#259](https://github.com/gossi/ember-command/pull/259) Use Trusted Publishing ([@gossi](https://github.com/gossi))\n * [#258](https://github.com/gossi/ember-command/pull/258) Use glint v2 ([@gossi](https://github.com/gossi))\n * [#142](https://github.com/gossi/ember-command/pull/142) Update `release-plan` CI setup ([@gossi](https://github.com/gossi))\n * [#138](https://github.com/gossi/ember-command/pull/138) Go vite ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n" -} + "description": "\n\n\n\n" +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a5102d..b0aca5d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2025-12-13) * ember-command 2.0.8 (patch)