From 9a725514f89f56d316b476e535371694b6dc952a Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Fri, 3 May 2024 14:36:26 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index f2d39bb..a4e610a 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "github-changelog": { - "impact": "major", - "oldVersion": "0.0.0", - "newVersion": "1.0.0", + "impact": "patch", + "oldVersion": "1.0.0", + "newVersion": "1.0.1", "constraints": [ { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-03-12)\n\ngithub-changelog 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `github-changelog`\n * [#17](https://github.com/embroider-build/github-changelog/pull/17) swap everything to be github-changelog ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-05-03)\n\ngithub-changelog 1.0.1 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#22](https://github.com/embroider-build/github-changelog/pull/22) Apply ignoreCommitters config to PR creators ([@nickschot](https://github.com/nickschot))\n * [#19](https://github.com/embroider-build/github-changelog/pull/19) fix npm badge to point at the right package ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 218c734..84bb00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## Release (2024-05-03) + +github-changelog 1.0.1 (patch) + +#### :bug: Bug Fix +* `github-changelog` + * [#22](https://github.com/embroider-build/github-changelog/pull/22) Apply ignoreCommitters config to PR creators ([@nickschot](https://github.com/nickschot)) + * [#19](https://github.com/embroider-build/github-changelog/pull/19) fix npm badge to point at the right package ([@mansona](https://github.com/mansona)) + +#### Committers: 2 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Nick Schot ([@nickschot](https://github.com/nickschot)) + ## Release (2024-03-12) github-changelog 1.0.0 (major) diff --git a/package.json b/package.json index 9b5418f..161d385 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-changelog", - "version": "1.0.0", + "version": "1.0.1", "description": "Generate a changelog from GitHub pull requests", "keywords": [ "changelog",