Skip to content

Commit

Permalink
chore: update partial release script (#11256)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 authored Oct 16, 2024
1 parent a9a85b1 commit 946abed
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 946abed

Please sign in to comment.