From a027332fc238bcf58ba6747b826156f0abf47764 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Feb 2024 17:38:44 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 16 ++++------------ CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index fdfc1e7..56004af 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,25 +1,17 @@ { "solution": { "release-plan": { - "impact": "minor", - "oldVersion": "0.6.1", - "newVersion": "0.7.0", + "impact": "patch", + "oldVersion": "0.7.0", + "newVersion": "0.7.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "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-01-26)\n\nrelease-plan 0.7.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#52](https://github.com/embroider-build/release-plan/pull/52) add ability to pass tag to publish command ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#51](https://github.com/embroider-build/release-plan/pull/51) Make changelog header discovery more forgiving (case-insensitive) ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `release-plan`\n * [#49](https://github.com/embroider-build/release-plan/pull/49) add a basic test for updateChangelog ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-02-14)\n\nrelease-plan 0.7.1 (patch)\n\n#### :bug: Bug Fix\n* `release-plan`\n * [#54](https://github.com/embroider-build/release-plan/pull/54) fix import of semver ([@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 e43640e..a2f1906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # release-plan Changelog +## Release (2024-02-14) + +release-plan 0.7.1 (patch) + +#### :bug: Bug Fix +* `release-plan` + * [#54](https://github.com/embroider-build/release-plan/pull/54) fix import of semver ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-01-26) release-plan 0.7.0 (minor) diff --git a/package.json b/package.json index c281c89..42f774f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-plan", - "version": "0.7.0", + "version": "0.7.1", "description": "", "keywords": [], "repository": "https://github.com/embroider-build/release-plan",