Skip to content

Commit 1a15cb4

Browse files
committed
Revise release notes template regarding GitHub milestone number
1 parent 6bb86a5 commit 1a15cb4

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
// TODO: replace all occurrences of VERSION with appropriate values, delete this comment, and
2-
// 'include:' this new file in index.adoc.
1+
// TODO:
2+
//
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
6+
// which you can determine via https://github.com/junit-team/junit5/milestones/. If a
7+
// GitHub milestone does not yet exist for the given VERSION, you will need to create
8+
// 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.
11+
//
312
[[release-notes-VERSION]]
413
== VERSION
514

@@ -8,8 +17,8 @@
817
*Scope:* ❓
918

1019
For a complete list of all _closed_ issues and pull requests for this release, consult the
11-
link:{junit5-repo}+/milestone/VERSION?closed=1+[VERSION] milestone page in the JUnit repository on
12-
GitHub.
20+
link:{junit5-repo}+/milestone/MILESTONE_NUMBER?closed=1+[VERSION] milestone page in the
21+
JUnit repository on GitHub.
1322

1423

1524
[[release-notes-VERSION-junit-platform]]

0 commit comments

Comments
 (0)