File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 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
+ //
3
12
[[release-notes-VERSION]]
4
13
== VERSION
5
14
8
17
*Scope:* ❓
9
18
10
19
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.
13
22
14
23
15
24
[[release-notes-VERSION-junit-platform]]
You can’t perform that action at this time.
0 commit comments