File tree 3 files changed +44
-5
lines changed
3 files changed +44
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"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" ,
7
7
"constraints" : [
8
+ {
9
+ "impact" : " major" ,
10
+ "reason" : " Appears in changelog section :boom: Breaking Change"
11
+ },
8
12
{
9
13
"impact" : " minor" ,
10
14
"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"
11
23
}
12
24
],
13
25
"pkgJSONPath" : " ./package.json"
14
26
}
15
27
},
16
- "description" : " ## Release (2025-02-23)\n\n github-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"
17
29
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
30
## Release (2025-02-23)
4
31
5
32
github-changelog 1.2.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " github-changelog" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 2.0 .0" ,
4
4
"description" : " Generate a changelog from GitHub pull requests" ,
5
5
"keywords" : [
6
6
" changelog" ,
You can’t perform that action at this time.
0 commit comments