XD-DENG commented on a change in pull request #6772: [AIRFLOW-XXX] Update
airflow-jira release management script
URL: https://github.com/apache/airflow/pull/6772#discussion_r356371620
##########
File path: dev/airflow-jira
##########
@@ -157,19 +159,27 @@ def cli():
@cli.command(short_help='Compare a jira target version against git merges')
@click.argument('target_version', default=None)
[email protected]('previous_version', default="")
[email protected]('--previous-version',
+ 'previous_version',
+ help="Specify the previous tag on the working branch to limit"
+ " searching for few commits to find the cherry-picked
commits")
@click.option('--unmerged', 'unmerged_only', help="Show unmerged issues only",
is_flag=True)
def compare(target_version, previous_version=None, unmerged_only=False):
repo = git.Repo(".", search_parent_directories=True)
- merges = get_merged_issues(repo, target_version, previous_version)
+ # Get a list of issues/PRs that have been commited on the current branch.
Review comment:
Seems duplicated spaces between `Get` and `a`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services