From 1c0f517976d549830f7cadb9722401598732d8cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:23:01 +0000 Subject: [PATCH] Prepare Release v2.1.4 using 'release-plan' --- .release-plan.json | 10 +++------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index dd5d8ac..c4fcc9e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,21 +2,17 @@ "solution": { "github-changelog": { "impact": "patch", - "oldVersion": "2.1.2", - "newVersion": "2.1.3", + "oldVersion": "2.1.3", + "newVersion": "2.1.4", "tagName": "latest", "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 (2026-01-06)\n\n* github-changelog 2.1.3 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#57](https://github.com/release-plan/github-changelog/pull/57) fix `getUserData` for apps that aren't bots ([@gossi](https://github.com/gossi))\n\n#### :house: Internal\n* `github-changelog`\n * [#61](https://github.com/release-plan/github-changelog/pull/61) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n" + "description": "## Release (2026-01-06)\n\n* github-changelog 2.1.4 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#62](https://github.com/release-plan/github-changelog/pull/62) update repo link to fix deploy ([@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 97d8d41..b69d384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2026-01-06) +* github-changelog 2.1.4 (patch) + +#### :bug: Bug Fix +* `github-changelog` + * [#62](https://github.com/release-plan/github-changelog/pull/62) update repo link to fix deploy ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + +## Release (2026-01-06) + * github-changelog 2.1.3 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index 53fa5b5..66cf064 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-changelog", - "version": "2.1.3", + "version": "2.1.4", "description": "Generate a changelog from GitHub pull requests", "keywords": [ "changelog",