From a372eec7b07ca60962c4a24af08f1fd1018984ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jan 2024 21:38:00 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 49 +++++++++++++++++++++++++++++++++++++++++++ addon/CHANGELOG.md | 16 ++++++++++++++ addon/package.json | 2 +- docs/package.json | 2 +- test-app/package.json | 2 +- 5 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..421e484 --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,49 @@ +{ + "solution": { + "ember-page-title": { + "impact": "patch", + "oldVersion": "8.2.0", + "newVersion": "8.2.1", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + } + ], + "pkgJSONPath": "./addon/package.json" + }, + "docs": { + "impact": "patch", + "oldVersion": "8.2.0", + "newVersion": "8.2.1", + "constraints": [ + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on ember-page-title" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./docs/package.json" + }, + "test-app": { + "impact": "patch", + "oldVersion": "8.2.0", + "newVersion": "8.2.1", + "constraints": [ + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on ember-page-title" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./test-app/package.json" + } + }, + "description": "## Release (2024-01-23)\n\nember-page-title 8.2.1 (patch)\ndocs 8.2.1 (patch)\ntest-app 8.2.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-page-title`\n * [#283](https://github.com/ember-cli/ember-page-title/pull/283) Remove ///