kinow commented on issue #1293: URL: https://github.com/apache/jena/issues/1293#issuecomment-1120476547
In Apache Commons the changelog is kept in the `changes.xml` file of [the changes maven plugin](https://maven.apache.org/plugins/maven-changes-plugin/). Then it's used to create the release notes with the changelog during the build. Committers manually update it for every pull request that's not too small (e.g. fixed a comma in the javadoc). We also update for every dependabot pull request. You eventually get used to this workflow, but it adds extra work on the developers. Maybe we could try something like a bash script to retrieve the changes from JIRA and GitHub issues/PRs, and then have a pre-release step to go through this list polishing/editing it… but that'd probably take a while too :disappointed_relieved: -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
