From 352f97f76b06badb1b11b3e3c73bc62a65e8f02e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Nov 2023 16:01:50 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++++++--- CHANGELOG.md | 10 +++++++--- package.json | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 82ea184..d3ad1c6 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "release-plan": { "impact": "patch", - "oldVersion": "0.2.0", - "newVersion": "0.2.1", + "oldVersion": "0.2.1", + "newVersion": "0.2.2", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2023-11-23)\n\nrelease-plan 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* [#13](https://github.com/embroider-build/release-plan/pull/13) Fix npm publish ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2023-11-23)\n\nrelease-plan 0.2.2 (patch)\n\n#### :bug: Bug Fix\n* [#13](https://github.com/embroider-build/release-plan/pull/13) Fix npm publish ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#12](https://github.com/embroider-build/release-plan/pull/12) Release Preview ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec98fe..bd87f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # My awesome Changelog ## Release (2023-11-23) -release-plan 0.2.1 (patch) +release-plan 0.2.2 (patch) #### :bug: Bug Fix * [#13](https://github.com/embroider-build/release-plan/pull/13) Fix npm publish ([@mansona](https://github.com/mansona)) -#### Committers: 1 +#### :house: Internal +* [#12](https://github.com/embroider-build/release-plan/pull/12) Release Preview ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 2 - Chris Manson ([@mansona](https://github.com/mansona)) -## Release (2023-11-23),,release-plan 0.2.0 (minor),,#### :rocket: Enhancement,* [#11](https://github.com/embroider-build/release-plan/pull/11) Fix publish step ([@mansona](https://github.com/mansona)),,#### Committers: 1,- Chris Manson ([@mansona](https://github.com/mansona)),## Release (2023-11-20),,release-plan 0.1.0 (minor),,#### :rocket: Enhancement,* [#5](https://github.com/embroider-build/release-plan/pull/5) add --single-package option ([@mansona](https://github.com/mansona)),* [#1](https://github.com/embroider-build/release-plan/pull/1) use tsup ([@mansona](https://github.com/mansona)),,#### :house: Internal,* [#7](https://github.com/embroider-build/release-plan/pull/7) use dist/cli.js directly in workflows ([@mansona](https://github.com/mansona)),* [#6](https://github.com/embroider-build/release-plan/pull/6) add workflows for review and release ([@mansona](https://github.com/mansona)),* [#4](https://github.com/embroider-build/release-plan/pull/4) reset version so release-plan will work on itself ([@mansona](https://github.com/mansona)),* [#3](https://github.com/embroider-build/release-plan/pull/3) convert everything to work correctly with ESM ([@mansona](https://github.com/mansona)),* [#2](https://github.com/embroider-build/release-plan/pull/2) revert back from tsup to tsc ([@mansona](https://github.com/mansona)),,#### Committers: 1,- Chris Manson ([@mansona](https://github.com/mansona)), \ No newline at end of file +- [@github-actions[bot]](https://github.com/apps/github-actions) +## Release (2023-11-23),,release-plan 0.2.1 (patch),,#### :bug: Bug Fix,* [#13](https://github.com/embroider-build/release-plan/pull/13) Fix npm publish ([@mansona](https://github.com/mansona)),,#### Committers: 1,- Chris Manson ([@mansona](https://github.com/mansona)),## Release (2023-11-23),,release-plan 0.2.0 (minor),,#### :rocket: Enhancement,* [#11](https://github.com/embroider-build/release-plan/pull/11) Fix publish step ([@mansona](https://github.com/mansona)),,#### Committers: 1,- Chris Manson ([@mansona](https://github.com/mansona)),## Release (2023-11-20),,release-plan 0.1.0 (minor),,#### :rocket: Enhancement,* [#5](https://github.com/embroider-build/release-plan/pull/5) add --single-package option ([@mansona](https://github.com/mansona)),* [#1](https://github.com/embroider-build/release-plan/pull/1) use tsup ([@mansona](https://github.com/mansona)),,#### :house: Internal,* [#7](https://github.com/embroider-build/release-plan/pull/7) use dist/cli.js directly in workflows ([@mansona](https://github.com/mansona)),* [#6](https://github.com/embroider-build/release-plan/pull/6) add workflows for review and release ([@mansona](https://github.com/mansona)),* [#4](https://github.com/embroider-build/release-plan/pull/4) reset version so release-plan will work on itself ([@mansona](https://github.com/mansona)),* [#3](https://github.com/embroider-build/release-plan/pull/3) convert everything to work correctly with ESM ([@mansona](https://github.com/mansona)),* [#2](https://github.com/embroider-build/release-plan/pull/2) revert back from tsup to tsc ([@mansona](https://github.com/mansona)),,#### Committers: 1,- Chris Manson ([@mansona](https://github.com/mansona)), \ No newline at end of file diff --git a/package.json b/package.json index b52da82..5fa8570 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-plan", - "version": "0.2.1", + "version": "0.2.2", "description": "", "type": "module", "bin": "./dist/cli.js",