assignUser commented on code in PR #13284: URL: https://github.com/apache/arrow/pull/13284#discussion_r887953314
########## dev/archery/archery/cli.py: ########## @@ -807,13 +807,15 @@ def release(obj, src, jira_cache): @release.command('curate') @click.argument('version') +@click.option('--minimal/--full', '-m/-f', Review Comment: That would be possible but throughout archery the double-flag syntax is used:  I think it would be better to stick to that convention for consistency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org