Skip to content

Commit

Permalink
ARROW-15095: [Dev][Website] Changelog generation should use commit me…
Browse files Browse the repository at this point in the history
…ssages

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: Krisztián Szűcs <szucs.krisztian@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
  • Loading branch information
kszucs authored and pitrou committed Jan 17, 2022
1 parent e12a454 commit 3bc1484
Show file tree
Hide file tree
Showing 3 changed files with 7,169 additions and 7,122 deletions.

0 comments on commit 3bc1484

Please sign in to comment.