Skip to content

Commit 1de0c2e

Browse files
authored
Merge pull request #39 from embroider-build/release-preview
Prepare Release
2 parents 11e3429 + dfb7a86 commit 1de0c2e

File tree

3 files changed

+44
-5
lines changed

3 files changed

+44
-5
lines changed

.release-plan.json

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
{
22
"solution": {
33
"github-changelog": {
4-
"impact": "minor",
5-
"oldVersion": "1.1.0",
6-
"newVersion": "1.2.0",
4+
"impact": "major",
5+
"oldVersion": "1.2.0",
6+
"newVersion": "2.0.0",
77
"constraints": [
8+
{
9+
"impact": "major",
10+
"reason": "Appears in changelog section :boom: Breaking Change"
11+
},
812
{
913
"impact": "minor",
1014
"reason": "Appears in changelog section :rocket: Enhancement"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :bug: Bug Fix"
19+
},
20+
{
21+
"impact": "patch",
22+
"reason": "Appears in changelog section :house: Internal"
1123
}
1224
],
1325
"pkgJSONPath": "./package.json"
1426
}
1527
},
16-
"description": "## Release (2025-02-23)\n\ngithub-changelog 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `github-changelog`\n * [#33](https://github.com/embroider-build/github-changelog/pull/33) support github enterpise url detection and env vars ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
28+
"description": "## Release (2025-03-05)\n\ngithub-changelog 2.0.0 (major)\n\n#### :boom: Breaking Change\n* `github-changelog`\n * [#38](https://github.com/embroider-build/github-changelog/pull/38) drop support for node 16 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `github-changelog`\n * [#37](https://github.com/embroider-build/github-changelog/pull/37) ignore private packages ([@patricklx](https://github.com/patricklx))\n * [#36](https://github.com/embroider-build/github-changelog/pull/36) add ignore label ([@patricklx](https://github.com/patricklx))\n\n#### :bug: Bug Fix\n* `github-changelog`\n * [#44](https://github.com/embroider-build/github-changelog/pull/44) Revert \"use github api to find pull request for commit\" ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `github-changelog`\n * [#35](https://github.com/embroider-build/github-changelog/pull/35) use github api to find pull request for commit ([@patricklx](https://github.com/patricklx))\n * [#25](https://github.com/embroider-build/github-changelog/pull/25) add windows tests ([@mansona](https://github.com/mansona))\n * [#32](https://github.com/embroider-build/github-changelog/pull/32) convert to vitest ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
1729
}

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## Release (2025-03-05)
4+
5+
github-changelog 2.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `github-changelog`
9+
* [#38](https://github.com/embroider-build/github-changelog/pull/38) drop support for node 16 ([@mansona](https://github.com/mansona))
10+
11+
#### :rocket: Enhancement
12+
* `github-changelog`
13+
* [#37](https://github.com/embroider-build/github-changelog/pull/37) ignore private packages ([@patricklx](https://github.com/patricklx))
14+
* [#36](https://github.com/embroider-build/github-changelog/pull/36) add ignore label ([@patricklx](https://github.com/patricklx))
15+
16+
#### :bug: Bug Fix
17+
* `github-changelog`
18+
* [#44](https://github.com/embroider-build/github-changelog/pull/44) Revert "use github api to find pull request for commit" ([@mansona](https://github.com/mansona))
19+
20+
#### :house: Internal
21+
* `github-changelog`
22+
* [#35](https://github.com/embroider-build/github-changelog/pull/35) use github api to find pull request for commit ([@patricklx](https://github.com/patricklx))
23+
* [#25](https://github.com/embroider-build/github-changelog/pull/25) add windows tests ([@mansona](https://github.com/mansona))
24+
* [#32](https://github.com/embroider-build/github-changelog/pull/32) convert to vitest ([@mansona](https://github.com/mansona))
25+
26+
#### Committers: 2
27+
- Chris Manson ([@mansona](https://github.com/mansona))
28+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
29+
330
## Release (2025-02-23)
431

532
github-changelog 1.2.0 (minor)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-changelog",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Generate a changelog from GitHub pull requests",
55
"keywords": [
66
"changelog",

0 commit comments

Comments
 (0)