Automated process using Jenkins and Swagger files for release notes

I would like to know if there is some sort of automated process where we can use Jenkins and integrate some steps to identify changes between two swagger.json or swagger.yml files and it will generate release notes of changes between the files. Currently, we have a manual process of writing release notes by comparing old and new files with a file comparison or using some diff tools to identify the changes but the tools won’t capture all the changes. It would be great if there was a process to integrate into our CI/CD tool Jenkins to automate this process.

I currently tried using diff tools like GitHub - Sayi/swagger-diff: Compare two swagger API specifications(1.x or v2.0) GitHub - redskap/swagger-brake: Swagger contract checker for breaking API changes and GitHub - janmonschke/diffsync: Enables real-time collaborative editing of arbitrary JSON objects but I am not sure what diff tools can be used to integrate with Jenkins or what all steps to take to automate the process.