Skip to content

Commit 0edec34

Browse files
Update plugins/src/main/java/com/google/firebase/gradle/plugins/MakeReleaseNotesTask.kt
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent ba8d92a commit 0edec34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/main/java/com/google/firebase/gradle/plugins/MakeReleaseNotesTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ abstract class MakeReleaseNotesTask : DefaultTask() {
235235
*
236236
* Groups:
237237
* 1. The product name (e.g., `app-check`)
238-
* 2. The character following the closing bracket
238+
* 2. The character following the closing bracket (or an empty string if at the end of the line)
239239
*/
240240
private val PRODUCT_REF_REGEX = Regex("\\[([\\w-]+)\\]([^(]|$)", RegexOption.MULTILINE)
241241
}

0 commit comments

Comments
 (0)