File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -406,6 +406,27 @@ good place to @-mention the relevant contributors.
406
406
After opening the PR, update the release commit to include ` PR-URL ` metadata and
407
407
force-push the proposal.
408
408
409
+ If using the ` <details> ` tag:
410
+
411
+ ``` markdown
412
+ <details>
413
+ <summary>Commits</summary>
414
+
415
+ * Full list of commits...
416
+ </details>
417
+ PR-URL: TDB
418
+ ```
419
+
420
+ In case the adopted format is the same as the changelog one:
421
+
422
+ ``` markdown
423
+ Notable changes:
424
+
425
+ * Copy the notable changes list here, reformatted for plain-text
426
+
427
+ PR-URL: TBD
428
+ ```
429
+
409
430
### 7. Ensure that the release branch is stable
410
431
411
432
Run a ** [ ` node-test-pull-request ` ] ( https://ci.nodejs.org/job/node-test-pull-request/ ) **
You can’t perform that action at this time.
0 commit comments