Skip to content

Commit 3705c6f

Browse files
authored
Create release config for m154_vertex
1 parent 4f235ad commit 3705c6f

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-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": "m154_vertex",
3+
"libraries": [
4+
":firebase-vertexai"
5+
]
6+
}

release_report.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"changesByLibraryName": {
3+
"firebase-vertexai": [
4+
{
5+
"commitId": "4f235ad9e376eed61ad1550bff01b1d8d9ae5ca5",
6+
"prId": "",
7+
"author": "Rodrigo Lazo",
8+
"message": "Add missing entries to vertexAI changelog",
9+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/4f235ad9e376eed61ad1550bff01b1d8d9ae5ca5",
10+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/"
11+
},
12+
{
13+
"commitId": "e9208cd1c4df58a0c0dabbecfc0af949a0c3cf96",
14+
"prId": "6279",
15+
"author": "emilypgoogle",
16+
"message": "Add consumer proguard rules (#6279)\n",
17+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/e9208cd1c4df58a0c0dabbecfc0af949a0c3cf96",
18+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6279"
19+
},
20+
{
21+
"commitId": "954d9b01d5ba4b561071f92b0e74c327b8981942",
22+
"prId": "6272",
23+
"author": "Rosário P. Fernandes",
24+
"message": "fix(vertexai): export the firebase-common dependency (#6272)\n\nThis should address #6271",
25+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/954d9b01d5ba4b561071f92b0e74c327b8981942",
26+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6272"
27+
},
28+
{
29+
"commitId": "e128eedc6fb450648a687af0f0648d7a75d215de",
30+
"prId": "6254",
31+
"author": "Denver Coneybeare",
32+
"message": "Move Kotlin serialization gradle plugin into libs.versions.toml (#6254)\n\nA previous change,\r\nhttps://github.com/firebase/firebase-android-sdk/pull/6186, added the\r\nKotlin serialization plugin to every single Gradle module; however, only\r\none module actually used it. Moreover, it is becoming more conventional\r\nto define dependency versions in `gradle/libs.versions.toml`. This PR\r\nremoves the global dependency on the Kotlin serialization plugin and,\r\ninstead, moves the version into `gradle/libs.versions.toml`, and also\r\nmodifies the dependency on the Kotlin JSON serialization library to use\r\n`gradle/libs.versions.toml`. This will make sure that every module uses\r\nthe same version, which will become important once Data Connect, which\r\nalso uses these libraries, is merged into main.",
33+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/e128eedc6fb450648a687af0f0648d7a75d215de",
34+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6254"
35+
},
36+
{
37+
"commitId": "994542e58e3694681867d3bbe331c20ee86abe0c",
38+
"prId": "6250",
39+
"author": "Rodrigo Lazo",
40+
"message": "Fix typo in GenerationConfig.kt (#6250)\n\ns/MINE/MIME/g",
41+
"commitLink": "https://github.com/firebase/firebase-android-sdk/commit/994542e58e3694681867d3bbe331c20ee86abe0c",
42+
"prLink": "https://github.com/firebase/firebase-android-sdk/pull/6250"
43+
}
44+
]
45+
},
46+
"changedLibrariesWithNoChangelog": [
47+
":firebase-crashlytics",
48+
":firebase-crashlytics-ndk",
49+
":firebase-sessions",
50+
":firebase-crashlytics:ktx"
51+
]
52+
}

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-vertexai
3+
4+
* Add missing entries to vertexAI changelog
5+
[pr](https://github.com/firebase/firebase-android-sdk/pull/) [commit](https://github.com/firebase/firebase-android-sdk/commit/4f235ad9e376eed61ad1550bff01b1d8d9ae5ca5) [Rodrigo Lazo]
6+
7+
* Add consumer proguard rules (#6279)
8+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6279) [commit](https://github.com/firebase/firebase-android-sdk/commit/e9208cd1c4df58a0c0dabbecfc0af949a0c3cf96) [emilypgoogle]
9+
10+
* fix(vertexai): export the firebase-common dependency (#6272)
11+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6272) [commit](https://github.com/firebase/firebase-android-sdk/commit/954d9b01d5ba4b561071f92b0e74c327b8981942) [Rosário P. Fernandes]
12+
13+
* Move Kotlin serialization gradle plugin into libs.versions.toml (#6254)
14+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6254) [commit](https://github.com/firebase/firebase-android-sdk/commit/e128eedc6fb450648a687af0f0648d7a75d215de) [Denver Coneybeare]
15+
16+
* Fix typo in GenerationConfig.kt (#6250)
17+
[pr](https://github.com/firebase/firebase-android-sdk/pull/6250) [commit](https://github.com/firebase/firebase-android-sdk/commit/994542e58e3694681867d3bbe331c20ee86abe0c) [Rodrigo Lazo]
18+
19+
20+
## SDKs with changes, but no changelogs
21+
:firebase-crashlytics
22+
:firebase-crashlytics-ndk
23+
:firebase-sessions
24+
:firebase-crashlytics:ktx

0 commit comments

Comments
 (0)