We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d679332 commit 2058440Copy full SHA for 2058440
plugins/src/main/java/com/google/firebase/gradle/plugins/MakeReleaseNotesTask.kt
@@ -191,7 +191,7 @@ abstract class MakeReleaseNotesTask : DefaultTask() {
191
*/
192
private val LINK_REGEX =
193
Regex(
194
- "(?:GitHub )?(?:\\[|\\()#(\\d+)(?:\\]|\\))(?:\\(.+?\\))?(?:\\{: \\.external\\})?",
+ "(?:GitHub )?(?:\\[|\\()#(\\d+)(?:\\]|\\))(?:\\(.+?\\))?(?:\\{:\\s*\\.external\\})?",
195
RegexOption.MULTILINE,
196
)
197
}
0 commit comments