From 57652296376d99d65cc1b1ee26fb78e0edcc7241 Mon Sep 17 00:00:00 2001 From: AsadHasan-Rasa Date: Thu, 22 Aug 2024 12:51:57 +0100 Subject: [PATCH] ENG-1235: Create and push release tags automatically --- scripts/release.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/release.py b/scripts/release.py index 53249d11..3a9040c7 100644 --- a/scripts/release.py +++ b/scripts/release.py @@ -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,