We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c34f5 commit 9acf1bdCopy full SHA for 9acf1bd
scripts/make_release_notes.py
@@ -27,7 +27,7 @@
27
28
PRODUCTS = {
29
'FirebaseABTesting/CHANGELOG.md': '{{ab_testing}}',
30
- 'FirebaseAI/CHANGELOG.md': 'Firebase AI Logic', # update with var
+ 'FirebaseAI/CHANGELOG.md': '{{firebase_ai_logic}}',
31
'FirebaseAppCheck/CHANGELOG.md': 'App Check',
32
'FirebaseAppDistribution/CHANGELOG.md': 'App Distribution',
33
'FirebaseAuth/CHANGELOG.md': '{{auth}}',
@@ -43,7 +43,7 @@
43
'FirebaseFunctions/CHANGELOG.md': '{{cloud_functions}}',
44
'FirebaseRemoteConfig/CHANGELOG.md': '{{remote_config}}',
45
'FirebasePerformance/CHANGELOG.md': '{{perfmon}}',
46
- 'FirebaseVertexAI/CHANGELOG.md': '{{firebase_vertexai}}',
+ 'FirebaseVertexAI/CHANGELOG.md': '{{vertex_ai_in_firebase}}',
47
48
# Assumes firebase-ios-sdk and data-connect-ios-sdk are cloned to the same
49
# directory.
0 commit comments