Skip to content

Commit 7f6621c

Browse files
authored
[Smoke-tests] Enable automated release workflow. (#799)
This change sets the bill of materials version to RELEASE. The runner has been updated to fetch the latest release from GMaven when this is set.
1 parent 6571c9c commit 7f6621c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

smoke-tests/runner.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ firebase {
2929
# latestBillOfMaterials
3030
## This option specifies the Bill of Materials for the latest release. This is
3131
## given as a Maven id. The tests will use this information to build a test
32-
## matrix. This is mandatory.
33-
latestBillOfMaterials com.google.firebase:firebase-bom:22.1.0
32+
## matrix. If the version is set to `LATEST` or `RELEASE`, the runner will find
33+
## the latest version in GMaven. This is mandatory.
34+
latestBillOfMaterials com.google.firebase:firebase-bom:RELEASE
3435

3536
# project
3637
## This option specifies the path to the main Firebase project. This is

0 commit comments

Comments
 (0)