Skip to content

Commit d583311

Browse files
authored
Fix makeReleaseNotes (#6111)
Per [b/353766765](https://b.corp.google.com/issues/353766765), This fixes the issues with the `makeReleaseNotes` task when running against common. We don't publish release notes for common, but somehow made it this far without release notes disabled for it? NO_RELEASE_CHANGE
1 parent 03c20fa commit d583311

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebase-common/firebase-common.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ firebaseLibrary {
2121
libraryGroup("common")
2222
testLab.enabled = true
2323
publishSources = true
24+
releaseNotes {
25+
enabled = false
26+
}
2427
}
2528

2629
android {

0 commit comments

Comments
 (0)