Skip to content

Commit

Permalink
ENG-1235: Create and push release tags automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Aug 22, 2024
1 parent 73ebeb5 commit 5765229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def create_argument_parser() -> argparse.ArgumentParser:
"""Parse all the command line arguments for the release script."""

parser = argparse.ArgumentParser(description="Prepare or tag the next library release")
group = parser.add_mutually_exclusive_group()
group.add_argument('--next_version', action='store_true')
group.add_argument('--tag', action='store_true')
# group = parser.add_mutually_exclusive_group()
# group.add_argument('--next_version')
# group.add_argument('--tag', action='store_true')
parser.add_argument(
"--next_version",
type=str,
Expand Down

0 comments on commit 5765229

Please sign in to comment.