Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
"solution": {
"github-changelog": {
"impact": "patch",
"oldVersion": "2.1.1",
"newVersion": "2.1.2",
"oldVersion": "2.1.2",
"newVersion": "2.1.3",
"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 (2025-09-06)\n\ngithub-changelog 2.1.2 (patch)\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#58](https://github.com/embroider-build/github-changelog/pull/58) fix issue where nested package structures aren't reported correctly ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"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"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2026-01-06)

* github-changelog 2.1.3 (patch)

#### :bug: Bug Fix
* `github-changelog`
* [#57](https://github.com/release-plan/github-changelog/pull/57) fix `getUserData` for apps that aren't bots ([@gossi](https://github.com/gossi))

#### :house: Internal
* `github-changelog`
* [#61](https://github.com/release-plan/github-changelog/pull/61) update release-plan ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Thomas Gossmann ([@gossi](https://github.com/gossi))

## Release (2025-09-06)

github-changelog 2.1.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-changelog",
"version": "2.1.2",
"version": "2.1.3",
"description": "Generate a changelog from GitHub pull requests",
"keywords": [
"changelog",
Expand Down