Skip to content

Commit 93b6bf0

Browse files
committed
Revise release notes template TODOs
1 parent 1a15cb4 commit 93b6bf0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-TEMPLATE.adoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
// TODO:
22
//
3-
// 1) Replace all occurrences of VERSION with an appropriate value (for example, 5.10.0-M1,
4-
// 5.10.0-RC1, 5.10.0).
5-
// 2) Replace MILESTONE_NUMBER with the appropriate milestone number. This is an integer
3+
// 1) Make a copy of this template file, replacing TEMPLATE in the file name with the
4+
// current version (for example, 5.10.0-M1, 5.10.0-RC1, 5.10.0).
5+
// 2) Open the new file for editing.
6+
// 3) Replace all occurrences of VERSION with the current version (for example, 5.10.0-M1,
7+
// 5.10.0-RC1, 5.10.0). The same version must be used in the file name and within the
8+
// file.
9+
// 4) Replace MILESTONE_NUMBER with the appropriate milestone number. This is an integer
610
// which you can determine via https://github.com/junit-team/junit5/milestones/. If a
711
// GitHub milestone does not yet exist for the given VERSION, you will need to create
812
// a new GitHub milestone or ask a member of the JUnit team to create it for you.
9-
// 3) Delete this comment.
10-
// 4) 'include:' this new file in index.adoc.
13+
// 5) 'include:' this new file in index.adoc.
14+
// 6) Delete this entire comment block.
1115
//
1216
[[release-notes-VERSION]]
1317
== VERSION

0 commit comments

Comments
 (0)