From eea757e2482625e30559980af8f9c34d3d5bd74d Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:38:47 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 18 +++++++++++++----- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 6e4c707..cfc2cc0 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,25 @@ { "solution": { "create-release-plan-setup": { - "impact": "patch", - "oldVersion": "3.3.1", - "newVersion": "3.3.2", + "impact": "major", + "oldVersion": "3.3.2", + "newVersion": "4.0.0", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-11-24)\n\ncreate-release-plan-setup 3.3.2 (patch)\n\n#### :bug: Bug Fix\n* `create-release-plan-setup`\n * [#161](https://github.com/embroider-build/create-release-plan-setup/pull/161) add required permissions for provenance ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-11-25)\n\ncreate-release-plan-setup 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `create-release-plan-setup`\n * [#166](https://github.com/embroider-build/create-release-plan-setup/pull/166) drop support for Node 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `create-release-plan-setup`\n * [#167](https://github.com/embroider-build/create-release-plan-setup/pull/167) update peter-evans/create-pull-request action ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `create-release-plan-setup`\n * [#169](https://github.com/embroider-build/create-release-plan-setup/pull/169) update fixturify project ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c9d96..103c589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## Release (2024-11-25) + +create-release-plan-setup 4.0.0 (major) + +#### :boom: Breaking Change +* `create-release-plan-setup` + * [#166](https://github.com/embroider-build/create-release-plan-setup/pull/166) drop support for Node 16 ([@mansona](https://github.com/mansona)) + +#### :rocket: Enhancement +* `create-release-plan-setup` + * [#167](https://github.com/embroider-build/create-release-plan-setup/pull/167) update peter-evans/create-pull-request action ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `create-release-plan-setup` + * [#169](https://github.com/embroider-build/create-release-plan-setup/pull/169) update fixturify project ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-11-24) create-release-plan-setup 3.3.2 (patch) diff --git a/package.json b/package.json index e93ccc5..b895fa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-release-plan-setup", - "version": "3.3.2", + "version": "4.0.0", "description": "Simple npm init bin package to add the perfect release-plan setup", "keywords": [], "repository": "https://github.com/embroider-build/create-release-plan-setup",