Skip to content

Commit 51526fc

Browse files
authored
Merge pull request #63 from release-plan/release-preview
Prepare Release v2.1.4
2 parents 9d4b8ae + 1c0f517 commit 51526fc

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"github-changelog": {
44
"impact": "patch",
5-
"oldVersion": "2.1.2",
6-
"newVersion": "2.1.3",
5+
"oldVersion": "2.1.3",
6+
"newVersion": "2.1.4",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"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"
17+
"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"
2218
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2026-01-06)
44

5+
* github-changelog 2.1.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `github-changelog`
9+
* [#62](https://github.com/release-plan/github-changelog/pull/62) update repo link to fix deploy ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
14+
## Release (2026-01-06)
15+
516
* github-changelog 2.1.3 (patch)
617

718
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-changelog",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Generate a changelog from GitHub pull requests",
55
"keywords": [
66
"changelog",

0 commit comments

Comments
 (0)