Skip to content

Commit 417df15

Browse files
authored
chore: re-generate changelogs (#32886)
* chore: re-generate changelogs * updated all changelogs * support incremental changelog updates * add utils to update changelogs on publish * Change release history URLs to something more useful * several fixes * replace lerna changelogs * fix missing export * re-generate changelogs again after merging master * formatting fixes * draft: open PR script * simplify a bit * use GITHUB_BOT_AUTH_TOKEN vs GITHUB_ACCESS_TOKEN * update circle-ci config * Trigger on stable releases only * add python to job in ci * cleanup / format * fix for older node * filter ci by release branches for now For some reason filtering by tags doesn't work out of the box :/ * Disable in circleci untila a PR is merged Will re-enabe in a follow up when changelogs in master are re-generated * Update README * fix changelog of gatsby-transformer-sharp
1 parent 1810874 commit 417df15

File tree

119 files changed

+11030
-8580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+11030
-8580
lines changed

.circleci/config.yml

+15
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,16 @@ jobs:
469469
- run: git config --global user.email "[email protected]"
470470
- run: sh ./scripts/publish-starters.sh "starters/*"
471471

472+
update_changelogs:
473+
executor: node
474+
steps:
475+
- checkout
476+
- run: apt-get update && apt-get install jq python -y
477+
- <<: *restore_cache
478+
- run: git config --global user.name "GatsbyJS Bot"
479+
- run: git config --global user.email "[email protected]"
480+
- run: node scripts/gatsby-changelog-generator/update-and-open-pr.js
481+
472482
update_i18n_source:
473483
executor: node
474484
steps:
@@ -692,3 +702,8 @@ workflows:
692702
branches:
693703
only:
694704
- master
705+
# - update_changelogs:
706+
# filters:
707+
# branches:
708+
# only:
709+
# - /release\/.+/

lerna.json

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"allowBranch": "release/*",
88
"bump": "patch",
99
"conventionalCommits": true,
10+
"changelog": false,
1011
"message": "chore(release): Publish"
1112
},
1213
"bootstrap": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"test:watch": "jest --watch",
156156
"typecheck": "node ./scripts/check-ts",
157157
"update-dictionary": "node ./scripts/update-dictionary.js",
158-
"version": "prettier --write \"**/CHANGELOG.md\"",
158+
"version": "node ./scripts/gatsby-changelog-generator/lerna-version-lifecycle.js && prettier --write \"**/CHANGELOG.md\"",
159159
"watch": "lerna run watch --no-sort --stream --concurrency 999"
160160
},
161161
"workspaces": [

packages/babel-plugin-remove-graphql-queries/CHANGELOG.md

+79-78
Large diffs are not rendered by default.

packages/babel-preset-gatsby-package/CHANGELOG.md

+80-54
Original file line numberDiff line numberDiff line change
@@ -1,137 +1,163 @@
1-
# Change Log
1+
# Changelog: `babel-preset-gatsby-package`
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [1.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]-next.3...babel-preset-gatsby-package@1.13.0-next.0) (2021-08-12)
6+
## [1.12.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-08-18)
77

8-
**Note:** Version bump only for package babel-preset-gatsby-package
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.12)
99

10-
# [1.12.0-next.3](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-08-09)
10+
#### Features
1111

12-
### Bug Fixes
12+
- add conditional compilation plugin [#32687](https://github.com/gatsbyjs/gatsby/issues/32687) ([a179e76](https://github.com/gatsbyjs/gatsby/commit/a179e760f41c64ccf60d88d9705a534548e47c41))
1313

14-
- **babel-preset-gatsby:** no compile ([#32713](https://github.com/gatsbyjs/gatsby/issues/32713)) ([850a5ea](https://github.com/gatsbyjs/gatsby/commit/850a5ea69fb6b66acbce1cdfe8048faf0ba33e77))
14+
#### Bug Fixes
1515

16-
# [1.12.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-08-05)
16+
- no compile [#32713](https://github.com/gatsbyjs/gatsby/issues/32713) ([850a5ea](https://github.com/gatsbyjs/gatsby/commit/850a5ea69fb6b66acbce1cdfe8048faf0ba33e77))
1717

18-
### Features
18+
#### Chores
19+
20+
- update babel monorepo [#32564](https://github.com/gatsbyjs/gatsby/issues/32564) ([a554998](https://github.com/gatsbyjs/gatsby/commit/a554998b4f6765103b650813cf52dbfcc575fecf))
1921

20-
- **babel-preset-gatsby-package:** add conditional compilation plugin ([#32687](https://github.com/gatsbyjs/gatsby/issues/32687)) ([a179e76](https://github.com/gatsbyjs/gatsby/commit/a179e760f41c64ccf60d88d9705a534548e47c41))
22+
## [1.11.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-08-04)
2123

22-
# [1.12.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-08-05)
24+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.11)
2325

2426
**Note:** Version bump only for package babel-preset-gatsby-package
2527

26-
# [1.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.11.0-next.0...babel-preset-gatsby-package@1.12.0-next.0) (2021-07-29)
28+
## [1.10.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.10.0/packages/babel-preset-gatsby-package) (2021-07-20)
2729

28-
**Note:** Version bump only for package babel-preset-gatsby-package
30+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.10)
2931

30-
# [1.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-07-15)
32+
#### Chores
3133

32-
**Note:** Version bump only for package babel-preset-gatsby-package
34+
- update babel monorepo [#32238](https://github.com/gatsbyjs/gatsby/issues/32238) ([466d4c0](https://github.com/gatsbyjs/gatsby/commit/466d4c087bbc96abb942a02c67243bcc9a4f2a0a))
3335

34-
# [1.10.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-07-08)
36+
## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-07-07)
37+
38+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.9)
3539

3640
**Note:** Version bump only for package babel-preset-gatsby-package
3741

38-
# [1.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.9.0-next.0...babel-preset-gatsby-package@1.10.0-next.0) (2021-07-01)
42+
## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.8.0/packages/babel-preset-gatsby-package) (2021-06-23)
3943

40-
**Note:** Version bump only for package babel-preset-gatsby-package
44+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.8)
4145

42-
# [1.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-06-18)
46+
#### Chores
4347

44-
**Note:** Version bump only for package babel-preset-gatsby-package
48+
- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) ([7d42e8d](https://github.com/gatsbyjs/gatsby/commit/7d42e8d866e46e9c39838d812d080d06433f7060))
4549

46-
# [1.8.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@1.8.0-next.0...babel-preset-gatsby-package@1.8.0-next.1) (2021-06-10)
50+
### [1.7.1](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.7.1/packages/babel-preset-gatsby-package) (2021-06-10)
4751

48-
**Note:** Version bump only for package babel-preset-gatsby-package
52+
#### Chores
4953

50-
# [1.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]gatsby[email protected]) (2021-06-03)
54+
- bump babel minor [#31857](https://github.com/gatsbyjs/gatsby/issues/31857) [#31859](https://github.com/gatsbyjs/gatsby/issues/31859) ([8636025](https://github.com/gatsbyjs/gatsby/commit/863602567930a39142ed33d9d1f1813b7dec8686))
5155

52-
**Note:** Version bump only for package babel-preset-gatsby-package
56+
## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.7.0/packages/babel-preset-gatsby-package) (2021-06-09)
5357

54-
# [1.7.0-next.2](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-06-02)
58+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.7)
5559

56-
**Note:** Version bump only for package babel-preset-gatsby-package
60+
#### Bug Fixes
5761

58-
# [1.7.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-05-31)
62+
- only load indicator code when enabled [#31506](https://github.com/gatsbyjs/gatsby/issues/31506) ([cb654cd](https://github.com/gatsbyjs/gatsby/commit/cb654cd7dd3a42f5e557736d18b0f7530d4a710e))
5963

60-
### Bug Fixes
64+
#### Chores
6165

62-
- **gatsby-plugin-gatsby-cloud:** only load indicator code when enabled ([#31506](https://github.com/gatsbyjs/gatsby/issues/31506)) ([cb654cd](https://github.com/gatsbyjs/gatsby/commit/cb654cd7dd3a42f5e557736d18b0f7530d4a710e))
66+
- update babel monorepo [#31143](https://github.com/gatsbyjs/gatsby/issues/31143) ([701ab2f](https://github.com/gatsbyjs/gatsby/commit/701ab2f6690c3f1bbaf60cf572513ea566cc9ec9))
6367

64-
# [1.7.0-next.0](https://github.com/gatsbyjs/gatsby/compare/[email protected]-next.0...babel-preset-gatsby-package@1.7.0-next.0) (2021-05-21)
68+
## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-05-25)
6569

66-
**Note:** Version bump only for package babel-preset-gatsby-package
70+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.6)
6771

68-
# [1.6.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-05-06)
72+
#### Bug Fixes
6973

70-
**Note:** Version bump only for package babel-preset-gatsby-package
74+
- only load indicator code when enabled [#31506](https://github.com/gatsbyjs/gatsby/issues/31506) [#31575](https://github.com/gatsbyjs/gatsby/issues/31575) ([ae5f270](https://github.com/gatsbyjs/gatsby/commit/ae5f270bb1c472fd75b307f42711cc1339db1909))
75+
76+
## [1.5.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-05-12)
7177

72-
# [1.5.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-04-23)
78+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.5)
7379

7480
**Note:** Version bump only for package babel-preset-gatsby-package
7581

76-
# [1.4.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-04-09)
82+
## [1.4.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-04-28)
83+
84+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.4)
7785

7886
**Note:** Version bump only for package babel-preset-gatsby-package
7987

80-
# [1.3.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]-next.0...babel-preset-gatsby-package@1.3.0-next.1) (2021-04-07)
88+
## [1.3.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-04-14)
8189

82-
### Bug Fixes
90+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.3)
8391

84-
- **deps:** update minor and patch for babel-preset-gatsby-package ([#29852](https://github.com/gatsbyjs/gatsby/issues/29852)) ([5fd8f33](https://github.com/gatsbyjs/gatsby/commit/5fd8f33371a699578e5ffbd39be3ccd9e2c438f6))
92+
#### Bug Fixes
8593

86-
# [1.3.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-03-25)
94+
- update minor and patch for babel-preset-gatsby-package [#29852](https://github.com/gatsbyjs/gatsby/issues/29852) ([5fd8f33](https://github.com/gatsbyjs/gatsby/commit/5fd8f33371a699578e5ffbd39be3ccd9e2c438f6))
8795

88-
**Note:** Version bump only for package babel-preset-gatsby-package
96+
## [1.2.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@1.2.0/packages/babel-preset-gatsby-package) (2021-03-30)
8997

90-
# [1.2.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-03-11)
98+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.2)
9199

92100
**Note:** Version bump only for package babel-preset-gatsby-package
93101

94-
# [1.1.0-next.1](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-02-26)
102+
## [1.1.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-03-16)
103+
104+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.1)
95105

96106
**Note:** Version bump only for package babel-preset-gatsby-package
97107

98-
# [1.1.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-02-26)
108+
## [1.0.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-03-02)
109+
110+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.0)
99111

100112
**Note:** Version bump only for package babel-preset-gatsby-package
101113

102-
# [1.0.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-02-05)
114+
## [0.12.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-02-02)
115+
116+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.32)
103117

104118
**Note:** Version bump only for package babel-preset-gatsby-package
105119

106-
# [0.13.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-01-28)
120+
## [0.11.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-01-20)
121+
122+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.31)
107123

108124
**Note:** Version bump only for package babel-preset-gatsby-package
109125

110-
# [0.12.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2021-01-18)
126+
## [0.10.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2021-01-06)
127+
128+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.30)
111129

112130
**Note:** Version bump only for package babel-preset-gatsby-package
113131

114-
# [0.11.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2020-12-29)
132+
## [0.9.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2020-12-15)
133+
134+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.29)
115135

116136
**Note:** Version bump only for package babel-preset-gatsby-package
117137

118-
# [0.10.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2020-12-10)
138+
## [0.8.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2020-12-02)
139+
140+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28)
119141

120142
**Note:** Version bump only for package babel-preset-gatsby-package
121143

122-
# [0.9.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@0.8.0-next.0...babel-preset-gatsby-package@0.9.0-next.0) (2020-11-26)
144+
## [0.7.0](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@0.7.0/packages/babel-preset-gatsby-package) (2020-11-20)
123145

124-
**Note:** Version bump only for package babel-preset-gatsby-package
146+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.27)
125147

126-
# [0.8.0-next.0](https://github.com/gatsbyjs/gatsby/compare/babel-preset-gatsby-package@[email protected]) (2020-11-18)
148+
#### Chores
127149

128-
**Note:** Version bump only for package babel-preset-gatsby-package
150+
- update babel monorepo [#27528](https://github.com/gatsbyjs/gatsby/issues/27528) ([539dbb0](https://github.com/gatsbyjs/gatsby/commit/539dbb09166e346a6cee568973d2de3d936e8ef3))
129151

130-
# [0.6.0-next.1](https://github.com/gatsbyjs/gatsby/compare/[email protected]-next.0...babel-preset-gatsby-package@0.6.0-next.1) (2020-11-10)
152+
## [0.6.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/babel-preset-gatsby-package) (2020-11-12)
131153

132-
### Bug Fixes
154+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.26)
155+
156+
#### Bug Fixes
157+
158+
- update minor and patch for babel-preset-gatsby-package [#27905](https://github.com/gatsbyjs/gatsby/issues/27905) ([34bf36b](https://github.com/gatsbyjs/gatsby/commit/34bf36b449afde745dd192d80fca015f003acec6))
133159

134-
- **deps:** update minor and patch for babel-preset-gatsby-package ([#27905](https://github.com/gatsbyjs/gatsby/issues/27905)) ([34bf36b](https://github.com/gatsbyjs/gatsby/commit/34bf36b449afde745dd192d80fca015f003acec6))
160+
<a name="before-release-process"></a>
135161

136162
## [0.5.3](https://github.com/gatsbyjs/gatsby/compare/[email protected]@0.5.3) (2020-09-15)
137163

0 commit comments

Comments
 (0)