From 9a1777184d2861f5ef2d528cda70b203ba2ecd71 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:04:28 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 29 +++++++++++++++++++++++++++++ CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 61 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..f12428f --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,29 @@ +{ + "solution": { + "ember-cli-deprecation-workflow": { + "impact": "major", + "oldVersion": "2.2.0", + "newVersion": "3.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "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 (2024-06-25)\n\nember-cli-deprecation-workflow 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-cli-deprecation-workflow`\n * [#159](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/159) [BREAKING] Convert to a module. Drops support for Ember < 3.28, requires manual initialization ([@lolmaus](https://github.com/lolmaus))\n * [#175](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/175) Node 16 is the minimum supported version ([@mixonic](https://github.com/mixonic))\n\n#### :bug: Bug Fix\n* `ember-cli-deprecation-workflow`\n * [#181](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/181) Remove unused broccoli magic ([@simonihmig](https://github.com/simonihmig))\n\n#### :memo: Documentation\n* `ember-cli-deprecation-workflow`\n * [#184](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/184) Update configuration paths in documentation ([@backspace](https://github.com/backspace))\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#189](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/189) start using release-plan ([@mansona](https://github.com/mansona))\n * [#188](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/188) start using pnpm ([@mansona](https://github.com/mansona))\n * [#178](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/178) Upgrade Ember CLI to 5.4 ([@lolmaus](https://github.com/lolmaus))\n * [#170](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/170) Bump Node, swap to npm, update CI pipeline ([@mixonic](https://github.com/mixonic))\n\n#### Committers: 5\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n- Buck Doyle ([@backspace](https://github.com/backspace))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Matthew Beale ([@mixonic](https://github.com/mixonic))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index a63e5cb..90d56e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## Release (2024-06-25) + +ember-cli-deprecation-workflow 3.0.0 (major) + +#### :boom: Breaking Change +* `ember-cli-deprecation-workflow` + * [#159](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/159) [BREAKING] Convert to a module. Drops support for Ember < 3.28, requires manual initialization ([@lolmaus](https://github.com/lolmaus)) + * [#175](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/175) Node 16 is the minimum supported version ([@mixonic](https://github.com/mixonic)) + +#### :bug: Bug Fix +* `ember-cli-deprecation-workflow` + * [#181](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/181) Remove unused broccoli magic ([@simonihmig](https://github.com/simonihmig)) + +#### :memo: Documentation +* `ember-cli-deprecation-workflow` + * [#184](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/184) Update configuration paths in documentation ([@backspace](https://github.com/backspace)) + +#### :house: Internal +* `ember-cli-deprecation-workflow` + * [#189](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/189) start using release-plan ([@mansona](https://github.com/mansona)) + * [#188](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/188) start using pnpm ([@mansona](https://github.com/mansona)) + * [#178](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/178) Upgrade Ember CLI to 5.4 ([@lolmaus](https://github.com/lolmaus)) + * [#170](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/170) Bump Node, swap to npm, update CI pipeline ([@mixonic](https://github.com/mixonic)) + +#### Committers: 5 +- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus)) +- Buck Doyle ([@backspace](https://github.com/backspace)) +- Chris Manson ([@mansona](https://github.com/mansona)) +- Matthew Beale ([@mixonic](https://github.com/mixonic)) +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) + ## v2.2.0 (2023-11-01) * Introduce a dependency on ember-string to improve out of the box diff --git a/package.json b/package.json index eefc079..204b3fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deprecation-workflow", - "version": "2.2.0", + "version": "3.0.0", "description": "Provides a much needed workflow to managing deprecations.", "keywords": [ "ember-addon"