From 770354c0078fd222cc7f6dcabda4a438f8cb6038 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:42:38 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++++++--- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- stderr.log | 0 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 stderr.log diff --git a/.release-plan.json b/.release-plan.json index 742f91e..7f92c28 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "release-plan": { "impact": "minor", - "oldVersion": "0.7.1", - "newVersion": "0.8.0", + "oldVersion": "0.8.0", + "newVersion": "0.9.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-02-16)\n\nrelease-plan 0.8.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#56](https://github.com/embroider-build/release-plan/pull/56) add the default github-changelog unlabelled section name to parser ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-03-12)\n\nrelease-plan 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `release-plan`\n * [#66](https://github.com/embroider-build/release-plan/pull/66) start using github-changelog ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `release-plan`\n * [#67](https://github.com/embroider-build/release-plan/pull/67) fix typo in release-plan setup ([@mansona](https://github.com/mansona))\n * [#64](https://github.com/embroider-build/release-plan/pull/64) update release-plan-setup ([@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 48707ff..a77e597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # release-plan Changelog +## Release (2024-03-12) + +release-plan 0.9.0 (minor) + +#### :rocket: Enhancement +* `release-plan` + * [#66](https://github.com/embroider-build/release-plan/pull/66) start using github-changelog ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `release-plan` + * [#67](https://github.com/embroider-build/release-plan/pull/67) fix typo in release-plan setup ([@mansona](https://github.com/mansona)) + * [#64](https://github.com/embroider-build/release-plan/pull/64) update release-plan-setup ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-02-16) release-plan 0.8.0 (minor) diff --git a/package.json b/package.json index b302479..a156c54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-plan", - "version": "0.8.0", + "version": "0.9.0", "description": "", "keywords": [], "repository": "https://github.com/embroider-build/release-plan", diff --git a/stderr.log b/stderr.log new file mode 100644 index 0000000..e69de29