From 4a28e40a8c42a40ade813ccff3f71e33a1cd211c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Dec 2023 15:41:30 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index fba469e..6e97395 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "release-plan": { - "impact": "patch", - "oldVersion": "0.4.0", - "newVersion": "0.4.1", + "impact": "minor", + "oldVersion": "0.4.1", + "newVersion": "0.5.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2023-12-04)\n\nrelease-plan 0.4.1 (patch)\n\n#### :bug: Bug Fix\n* [#30](https://github.com/embroider-build/release-plan/pull/30) add shebang back and fix linting config ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2023-12-06)\n\nrelease-plan 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#32](https://github.com/embroider-build/release-plan/pull/32) update lerna-changelog ([@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 1f62be5..a101b72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # release-plan Changelog +## Release (2023-12-06) + +release-plan 0.5.0 (minor) + +#### :rocket: Enhancement +* `release-plan` + * [#32](https://github.com/embroider-build/release-plan/pull/32) update lerna-changelog ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) ## Release (2023-12-04) release-plan 0.4.1 (patch) diff --git a/package.json b/package.json index 09cd687..867cffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-plan", - "version": "0.4.1", + "version": "0.5.0", "description": "", "keywords": [], "repository": "https://github.com/embroider-build/release-plan",