Skip to content

Commit 6bb86a5

Browse files
mpkorstanjesbrannen
authored andcommitted
Replace warning emoji in release notes template with VERSION
The release notes template uses ⚠️ as a version placeholder. This symbol consists of `U+26A0` (the triangle) and `U+FE0F` (the emoji indicator). Depending on your IDE, this is rendered as ⚠ followed by an invisible character. So it is relatively easy to search for and replace only `U+26A0`, leaving in place `U+FE0F`. See: 2101806#r87940423 By replacing ⚠️ with `VERSION` we can avoid this problem. Closes #3077
1 parent bc98426 commit 6bb86a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// TODO: replace all occurrences of ⚠️ with appropriate values, delete this comment, and
1+
// TODO: replace all occurrences of VERSION with appropriate values, delete this comment, and
22
// 'include:' this new file in index.adoc.
3-
[[release-notes-⚠️]]
4-
== ⚠️
3+
[[release-notes-VERSION]]
4+
== VERSION
55

66
*Date of Release:* ❓
77

88
*Scope:* ❓
99

1010
For a complete list of all _closed_ issues and pull requests for this release, consult the
11-
link:{junit5-repo}+/milestone/⚠️?closed=1+[⚠️] milestone page in the JUnit repository on
11+
link:{junit5-repo}+/milestone/VERSION?closed=1+[VERSION] milestone page in the JUnit repository on
1212
GitHub.
1313

1414

15-
[[release-notes-⚠️-junit-platform]]
15+
[[release-notes-VERSION-junit-platform]]
1616
=== JUnit Platform
1717

1818
==== Bug Fixes
@@ -28,7 +28,7 @@ GitHub.
2828
* ❓
2929

3030

31-
[[release-notes-⚠️-junit-jupiter]]
31+
[[release-notes-VERSION-junit-jupiter]]
3232
=== JUnit Jupiter
3333

3434
==== Bug Fixes
@@ -44,7 +44,7 @@ GitHub.
4444
* ❓
4545

4646

47-
[[release-notes-⚠️-junit-vintage]]
47+
= [[release-notes-VERSION-junit-vintage]]
4848
=== JUnit Vintage
4949

5050
==== Bug Fixes

0 commit comments

Comments
 (0)