You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments