Skip to content

Commit

Permalink
Merge branch 'googleapis:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 17, 2024
2 parents ee404d2 + 946abed commit 2584d5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release/partial_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main(ctx):

@main.command()
@click.option(
"--artifact_ids",
"--artifact-ids",
required=True,
type=str,
help="""
Expand Down
4 changes: 2 additions & 2 deletions .github/release/release_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_bump_single_version_success(self):
runner.invoke(
bump_released_version,
[
"--artifact_ids=google-cloud-asset",
"--artifact-ids=google-cloud-asset",
"--versions=versions-asset.txt",
],
)
Expand All @@ -35,7 +35,7 @@ def test_bump_multiple_versions_success(self):
runner.invoke(
bump_released_version,
[
"--artifact_ids=google-cloud-bigqueryconnection,google-cloud-java",
"--artifact-ids=google-cloud-bigqueryconnection,google-cloud-java",
"--versions=versions-multiple.txt",
],
)
Expand Down

0 comments on commit 2584d5e

Please sign in to comment.