You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: scripts/release/__tests__/generate-pr-description.test.ts
+18-2
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@ For each pull request below, you need to either manually cherry pick it, or disc
174
174
Before merging the PR, there are a few QA steps to go through:
175
175
176
176
- [ ] Add the \\"freeze\\" label to this PR, to ensure it doesn\\'t get automatically forced pushed by new changes.
177
+
- [ ] Add the \\"ci:daily\\" label to this PR, to trigger the full test suite to run on this PR.
177
178
178
179
And for each change below:
179
180
@@ -235,6 +236,13 @@ For each pull request below, you need to either manually cherry pick it, or disc
235
236
"This is an automated pull request. None of the changes requires a version bump, they are only internal or documentation related. Merging this PR will not trigger a new release, but documentation will be updated.
236
237
If you\\'re not a core maintainer with permissions to release you can ignore this pull request.
237
238
239
+
## To do
240
+
241
+
Before merging the PR:
242
+
243
+
- [ ] Add the \\"freeze\\" label to this PR, to ensure it doesn\\'t get automatically forced pushed by new changes.
244
+
- [ ] Add the \\"ci:daily\\" label to this PR, to trigger the full test suite to run on this PR.
245
+
238
246
This is a list of all the PRs merged and commits pushed directly to \\\`next\\\` since the last release:
239
247
240
248
- **🐛 Bug**: Some PR title for a bug [#42](https://github.com/storybookjs/storybook/pull/42)
@@ -263,7 +271,7 @@ For each pull request below, you need to either manually cherry pick it, or disc
If you\\'ve made any changes (change PR titles, revert PRs), manually trigger a re-generation of this PR with [this workflow](https://github.com/storybookjs/storybook/actions/workflows/prepare-prerelease.yml) and wait for it to finish.
274
+
If you\\'ve made any changes (change PR titles, revert PRs), manually trigger a re-generation of this PR with [this workflow](https://github.com/storybookjs/storybook/actions/workflows/prepare-patch-release.yml) and wait for it to finish.
267
275
268
276
When everything above is done:
269
277
- Merge this PR
@@ -294,6 +302,7 @@ For each pull request below, you need to either manually cherry pick it, or disc
294
302
Before merging the PR, there are a few QA steps to go through:
295
303
296
304
- [ ] Add the \\"freeze\\" label to this PR, to ensure it doesn\\'t get automatically forced pushed by new changes.
305
+
- [ ] Add the \\"ci:daily\\" label to this PR, to trigger the full test suite to run on this PR.
297
306
298
307
And for each change below:
299
308
@@ -350,6 +359,13 @@ For each pull request below, you need to either manually cherry pick it, or disc
350
359
"This is an automated pull request. None of the changes requires a version bump, they are only internal or documentation related. Merging this PR will not trigger a new release, but documentation will be updated.
351
360
If you\\'re not a core maintainer with permissions to release you can ignore this pull request.
352
361
362
+
## To do
363
+
364
+
Before merging the PR:
365
+
366
+
- [ ] Add the \\"freeze\\" label to this PR, to ensure it doesn\\'t get automatically forced pushed by new changes.
367
+
- [ ] Add the \\"ci:daily\\" label to this PR, to trigger the full test suite to run on this PR.
368
+
353
369
This is a list of all the PRs merged and commits pushed directly to \\\`next\\\` since the last release:
354
370
355
371
- **🐛 Bug**: Some PR title for a bug [#42](https://github.com/storybookjs/storybook/pull/42)
@@ -373,7 +389,7 @@ For each pull request below, you need to either manually cherry pick it, or disc
373
389
374
390
375
391
376
-
If you\\'ve made any changes (change PR titles, revert PRs), manually trigger a re-generation of this PR with [this workflow](https://github.com/storybookjs/storybook/actions/workflows/prepare-prerelease.yml) and wait for it to finish.
392
+
If you\\'ve made any changes (change PR titles, revert PRs), manually trigger a re-generation of this PR with [this workflow](https://github.com/storybookjs/storybook/actions/workflows/prepare-patch-release.yml) and wait for it to finish.
dedent`This is an automated pull request. None of the changes requires a version bump, they are only internal or documentation related. Merging this PR will not trigger a new release, but documentation will be updated.
200
201
If you're not a core maintainer with permissions to release you can ignore this pull request.
201
202
203
+
## To do
204
+
205
+
Before merging the PR:
206
+
207
+
- [ ] Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
208
+
- [ ] Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.
209
+
202
210
This is a list of all the PRs merged and commits pushed directly to \`next\` since the last release:
203
211
204
212
${changeList}
205
213
206
214
${manualCherryPicks||''}
207
215
208
-
If you've made any changes (change PR titles, revert PRs), manually trigger a re-generation of this PR with [this workflow](https://github.com/storybookjs/storybook/actions/workflows/prepare-prerelease.yml) and wait for it to finish.
216
+
If you've made any changes (change PR titles, revert PRs), manually trigger a re-generation of this PR with [this workflow](https://github.com/storybookjs/storybook/actions/workflows/prepare-patch-release.yml) and wait for it to finish.
0 commit comments