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
RELEASE_NOTES_MESSAGE_DETAILS+=$"> **No release notes found for the following paths.**"
164
+
RELEASE_NOTES_MESSAGE_DETAILS+=$"> **No release notes found for the changed paths (see table below).**"
165
165
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
166
166
RELEASE_NOTES_MESSAGE_DETAILS+=$">"
167
167
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
168
-
RELEASE_NOTES_MESSAGE_DETAILS+=$"> Please make sure to add an entry with short succint description of the change as well as link to this pull request."
168
+
RELEASE_NOTES_MESSAGE_DETAILS+=$"> Please make sure to add an entry with an informative description of the change as well as link to this pull request, issue and language suggestion if applicable. Release notes for this repository are based on [Keep A Changelog](https://keepachangelog.com/en/1.1.0/) format."
169
169
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
170
170
RELEASE_NOTES_MESSAGE_DETAILS+=$">"
171
171
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
172
-
RELEASE_NOTES_MESSAGE_DETAILS+=$"> Examples: "
172
+
RELEASE_NOTES_MESSAGE_DETAILS+=$"> **The following format is recommended for this repository:**"
173
173
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
174
-
RELEASE_NOTES_MESSAGE_DETAILS+=$"> \\\`- Respect line limit in quick info popup - https://github.com/dotnet/fsharp/pull/16208\\\`"
174
+
RELEASE_NOTES_MESSAGE_DETAILS+=$">"
175
+
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
176
+
RELEASE_NOTES_MESSAGE_DETAILS+=$">"
175
177
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
176
-
RELEASE_NOTES_MESSAGE_DETAILS+=$"> \\\`- More inlines for Result module - https://github.com/dotnet/fsharp/pull/16106\\\`"
RELEASE_NOTES_MESSAGE_DETAILS+=$"> \\\`- Miscellaneous fixes to parens analysis - https://github.com/dotnet/fsharp/pull/16262\\\`"
180
+
RELEASE_NOTES_MESSAGE_DETAILS+=$">"
181
+
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
182
+
RELEASE_NOTES_MESSAGE_DETAILS+=$">"
183
+
RELEASE_NOTES_MESSAGE_DETAILS+=$"> See examples in the files, listed in the table below or in th full documentation at https://fsharp.github.io/fsharp-compiler-docs/release-notes/About.html."
179
184
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
180
185
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
181
-
RELEASE_NOTES_MESSAGE_DETAILS+=$'**If you believe that release notes are not necessary for this PR, please add "NO_RELEASE_NOTES" label to the pull request.**'
186
+
RELEASE_NOTES_MESSAGE_DETAILS+=$'**If you believe that release notes are not necessary for this PR, please add <kbd>NO_RELEASE_NOTES</kbd> label to the pull request.**'
182
187
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
183
188
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
184
189
RELEASE_NOTES_MESSAGE_DETAILS+=$"**You can open this PR in browser to add release notes: [open in github.dev](https://github.dev/dotnet/fsharp/pull/${PR_NUMBER})**"
0 commit comments