From 0642de19fbce7eaaf10b67422994be2cb8e74d01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 06:46:25 +0000 Subject: [PATCH] Prepare Release v2.0.8 using 'release-plan' --- .release-plan.json | 11 ++++++++--- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 09b499fa..27fd648f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,21 @@ "solution": { "ember-command": { "impact": "patch", - "oldVersion": "2.0.6", - "newVersion": "2.0.7", + "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 :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-11-08)\n\nember-command 2.0.7 (patch)\n\n#### :bug: Bug Fix\n* `ember-command`, `test-app`\n * [#97](https://github.com/gossi/ember-command/pull/97) Fix another promise bug ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n" + "description": "## Release (2025-11-18)\n\n* ember-command 2.0.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-command`\n * [#141](https://github.com/gossi/ember-command/pull/141) fix docs build command ([@gossi](https://github.com/gossi))\n\n#### :house: Internal\n* `ember-command`\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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2acf7344..ee1c71f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## Release (2025-11-18) + +* ember-command 2.0.8 (patch) + +#### :bug: Bug Fix +* `ember-command` + * [#141](https://github.com/gossi/ember-command/pull/141) fix docs build command ([@gossi](https://github.com/gossi)) + +#### :house: Internal +* `ember-command` + * [#142](https://github.com/gossi/ember-command/pull/142) Update `release-plan` CI setup ([@gossi](https://github.com/gossi)) + * [#138](https://github.com/gossi/ember-command/pull/138) Go vite ([@gossi](https://github.com/gossi)) + +#### Committers: 1 +- Thomas Gossmann ([@gossi](https://github.com/gossi)) + ## Release (2024-11-08) ember-command 2.0.7 (patch) diff --git a/package.json b/package.json index b7fa165f..0a70fb9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-command", - "version": "2.0.7", + "version": "2.0.8", "description": "Commands for Ember", "keywords": [ "ember-addon",