Skip to content

Commit d0d6433

Browse files
rlazogithub-actions[bot]
authored andcommitted
Create release config for ignore
1 parent 5e778b9 commit d0d6433

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed

release.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "ignore",
3+
"libraries": [
4+
":firebase-ai",
5+
":firebase-perf"
6+
]
7+
}

release_report.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-ai": [
4+
{
5+
"commitId": "5e778b940e72d6ce10455a6604f2857820df1d28",
6+
"prId": "7250",
7+
"author": "emilypgoogle",
8+
"message": "Configure Firebase AI tests to run nightly (#7250)\n\n",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/5e778b940e72d6ce10455a6604f2857820df1d28",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7250"
11+
},
12+
{
13+
"commitId": "8b1b50d421d558ca0d7e3f606fb289a5a370275d",
14+
"prId": "7233",
15+
"author": "emilypgoogle",
16+
"message": "Add NotConfiguredException with a better error message than provided by the server. (#7233)\n\nThe previous error text \"genai config not found\" is ambiguous and as a\ngeneric ServerException did not provide documentation for resolutions.",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/8b1b50d421d558ca0d7e3f606fb289a5a370275d",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7233"
19+
},
20+
{
21+
"commitId": "316e1686c3ac9675384da435f43a1eff6c78f755",
22+
"prId": "7228",
23+
"author": "Ryan Wilson",
24+
"message": "Temporarily remove CHANGELOG entry (#7228)\n\nThe backend won't be published until sometime next week, removing this\nuntil it's ready. No changes to the code are necessary as there are no\npublic API changes and it'll still hit a runtime error.",
25+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/316e1686c3ac9675384da435f43a1eff6c78f755",
26+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7228"
27+
}
28+
],
29+
"firebase-perf": [
30+
{
31+
"commitId": "042827da3e2106264b87dd777eed3f32034851f2",
32+
"prId": "7214",
33+
"author": "Tejas Deshpande",
34+
"message": "Refactor RCM fetch random delay to not depend on FirebaseApp initialization. (#7214)\n\nThis should help address the issue where there could be a deadlock if\n`FirebaseApp` is still being initialized.\n\nSee https://github.com/firebase/firebase-android-sdk/issues/4831",
35+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/042827da3e2106264b87dd777eed3f32034851f2",
36+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/7214"
37+
}
38+
]
39+
},
40+
"changedLibrariesWithNoChangelog": [
41+
":firebase-appdistribution",
42+
":firebase-appdistribution-api",
43+
":firebase-config",
44+
":firebase-dataconnect",
45+
":firebase-ml-modeldownloader"
46+
]
47+
}

release_report.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Release Report
2+
## firebase-ai
3+
4+
* Configure Firebase AI tests to run nightly (#7250)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7250) [commit](https://github.com/firebase/firebase-android-sdk/commit/5e778b940e72d6ce10455a6604f2857820df1d28) [emilypgoogle]
6+
7+
* Add NotConfiguredException with a better error message than provided by the server. (#7233)
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7233) [commit](https://github.com/firebase/firebase-android-sdk/commit/8b1b50d421d558ca0d7e3f606fb289a5a370275d) [emilypgoogle]
9+
10+
* Temporarily remove CHANGELOG entry (#7228)
11+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7228) [commit](https://github.com/firebase/firebase-android-sdk/commit/316e1686c3ac9675384da435f43a1eff6c78f755) [Ryan Wilson]
12+
13+
## firebase-perf
14+
15+
* Refactor RCM fetch random delay to not depend on FirebaseApp initialization. (#7214)
16+
[pr](https://github.com/firebase/firebase-android-sdk/pull/7214) [commit](https://github.com/firebase/firebase-android-sdk/commit/042827da3e2106264b87dd777eed3f32034851f2) [Tejas Deshpande]
17+
18+
19+
## SDKs with changes, but no changelogs
20+
:firebase-appdistribution
21+
:firebase-appdistribution-api
22+
:firebase-config
23+
:firebase-dataconnect
24+
:firebase-ml-modeldownloader

0 commit comments

Comments
 (0)