[ 
https://issues.apache.org/jira/browse/ARROW-16892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated ARROW-16892:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Release][Dev] Merge script is wrongly selecting 10.0.0 version over 9.0.0
> --------------------------------------------------------------------------
>
>                 Key: ARROW-16892
>                 URL: https://issues.apache.org/jira/browse/ARROW-16892
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Developer Tools
>    Affects Versions: 9.0.0
>            Reporter: Raúl Cumplido
>            Assignee: Raúl Cumplido
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We created yesterday a new version 10.0.0 on Jira but the merge script 
> started suggesting the wrong version:
> {code:java}
> Enter comma-separated fix version(s) [10.0.0]:   {code}
> The version has been temporarily removed from Jira to avoid mistakes.
> The problem is on the sorting we do on the merge_script when selecting the 
> version:
> {code:java}
> unreleased_versions = sorted(unreleased_versions,
>                                      key=lambda x: x.name, reverse=True) 
> {code}
> Once the fix is in place we can create the Version 10.0.0 again on JIRA



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to