Skip to content

Commit d4b64c0

Browse files
authored
Create release config for test.release
1 parent 0672a3c commit d4b64c0

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

release.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "test.release",
3+
"libraries": [
4+
":firebase-vertexai"
5+
]
6+
}

release_report.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-vertexai": [
4+
{
5+
"commitId": "3afffc127b1f17a596ce94075bec82f7bd0268b7",
6+
"prId": "6186",
7+
"author": "emilypgoogle",
8+
"message": "Merge GenAI Common into Vertex (#6186)\n\n",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/3afffc127b1f17a596ce94075bec82f7bd0268b7",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6186"
11+
},
12+
{
13+
"commitId": "5fe51ebb554a9b141d65674be667935f01abd856",
14+
"prId": "",
15+
"author": "Rodrigo Lazo Paz",
16+
"message": "Make citation metadata uri optional\n",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/5fe51ebb554a9b141d65674be667935f01abd856",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/"
19+
}
20+
]
21+
},
22+
"changedLibrariesWithNoChangelog": [
23+
":firebase-crashlytics",
24+
":firebase-crashlytics-ndk",
25+
":firebase-sessions",
26+
":firebase-crashlytics:ktx"
27+
]
28+
}

release_report.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release Report
2+
## firebase-vertexai
3+
4+
* Merge GenAI Common into Vertex (#6186)
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6186) [commit](https://github.com/firebase/firebase-android-sdk/commit/3afffc127b1f17a596ce94075bec82f7bd0268b7) [emilypgoogle]
6+
7+
* Make citation metadata uri optional
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/) [commit](https://github.com/firebase/firebase-android-sdk/commit/5fe51ebb554a9b141d65674be667935f01abd856) [Rodrigo Lazo Paz]
9+
10+
11+
## SDKs with changes, but no changelogs
12+
:firebase-crashlytics
13+
:firebase-crashlytics-ndk
14+
:firebase-sessions
15+
:firebase-crashlytics:ktx

0 commit comments

Comments
 (0)