Skip to content
  • Szűcs Krisztián's avatar
    ARROW-15095: [Dev][Website] Changelog generation should use commit messages · 3bc1484c
    Szűcs Krisztián authored
    
    
    Display commit titles in the changelog instead of jira titles. Since we list all of the resolved jira tickets even without an applied patch, this is only possible where we have an issue-commit pair available.
    
    I'm currently regenerating the whole changelog using the following command:
    
    ```bash
    $ archery release --jira-cache /tmp/changelog changelog regenerate
    Querying changelog for version: 6.0.1
    Querying changelog for version: 6.0.0
    Querying changelog for version: 5.0.0
    Querying changelog for version: 4.0.1
    Querying changelog for version: 4.0.0
    ...
    ```
    
    Closes #12155 from kszucs/ARROW-15095
    
    Authored-by: default avatarKrisztián Szűcs <szucs.krisztian@gmail.com>
    Signed-off-by: default avatarAntoine Pitrou <antoine@python.org>
    3bc1484c
To find the state of this project's repository at the time of any of these versions, check out the tags.