Skip to content

Commit

Permalink
add VertexAI changelog and release note infra
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed May 9, 2024
1 parent 4291a5c commit ee484d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def labelsForModifiedFiles()
labels.push("api: performance") if @has_performance_changes
labels.push("api: remoteconfig") if @has_remoteconfig_changes
labels.push("api: storage") if @has_storage_changes
labels.push("api: vertexai") if @has_vertexai_changes
labels.push("release-tooling") if @has_releasetooling_changes
labels.push("public-api-change") if @has_api_changes
return labels
Expand Down Expand Up @@ -100,7 +101,8 @@ has_license_changes = didModify(["LICENSE"])
"Messaging",
"Performance",
"RemoteConfig",
"Storage"
"Storage",
"VertexAI"
]

## Product directories
Expand Down Expand Up @@ -149,6 +151,7 @@ has_license_changes = didModify(["LICENSE"])
@has_remoteconfig_changes = hasChangesIn("FirebaseRemoteConfig")
@has_remoteconfig_api_changes = hasChangesIn("FirebaseRemoteConfig/Sources/Public/")
@has_storage_changes = hasChangesIn("FirebaseStorage")
@has_vertexai_changes = hasChangesIn("FirebaseVertexAI")

@has_releasetooling_changes = hasChangesIn("ReleaseTooling/")
@has_public_additions = hasAdditionsIn("Public/")
Expand Down
3 changes: 3 additions & 0 deletions FirebaseVertexAI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 0.2.0

- [added] Initial VertexAI release.
1 change: 1 addition & 0 deletions scripts/make_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'FirebaseFunctions/CHANGELOG.md': '{{cloud_functions}}',
'FirebaseRemoteConfig/CHANGELOG.md': '{{remote_config}}',
'FirebasePerformance/CHANGELOG.md': '{{perfmon}}',
'FirebaseVertexAI/CHANGELOG.md': '{{vertexai}}',
}


Expand Down

0 comments on commit ee484d3

Please sign in to comment.