Skip to content

Commit a5b2c0c

Browse files
Prepare Release v3.0.0 using 'release-plan'
1 parent 5966a38 commit a5b2c0c

3 files changed

Lines changed: 18 additions & 7 deletions

File tree

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"solution": {
33
"github-changelog": {
4-
"impact": "patch",
5-
"oldVersion": "2.1.3",
6-
"newVersion": "2.1.4",
4+
"impact": "major",
5+
"oldVersion": "2.1.4",
6+
"newVersion": "3.0.0",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
1212
}
1313
],
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
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"
17+
"description": "## Release (2026-05-08)\n\n* github-changelog 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `github-changelog`\n * [#67](https://github.com/release-plan/github-changelog/pull/67) drop support for node < 22 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
1818
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2026-05-08)
4+
5+
* github-changelog 3.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `github-changelog`
9+
* [#67](https://github.com/release-plan/github-changelog/pull/67) drop support for node < 22 ([@mansona](https://github.com/mansona))
10+
11+
#### Committers: 1
12+
- Chris Manson ([@mansona](https://github.com/mansona))
13+
314
## Release (2026-01-06)
415

516
* github-changelog 2.1.4 (patch)

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.4",
3+
"version": "3.0.0",
44
"description": "Generate a changelog from GitHub pull requests",
55
"keywords": [
66
"changelog",

0 commit comments

Comments
 (0)