Hi everyone,
I'm creating a maven plugin (inugami-project-analysis-maven-plugin) that is able to generate a release note on Spring boot projet.
This plugin scan your project to extract lot of information like your project endpoints, entities, properties, error codes, Git commit, Jira issues, and others.
All information are store into Neo4J to be able to detect endpoint producers and consumers. It's also possible to generate a differential release notes on each project versions.
An Inugami dedicated spring boot module can display the release notes with a UI.
This plugin is designed to manage plugins. All scanner and information extractor are defined as SPI interface. So you can scan another project information or add information on your release notes.
May be this plugin can help you to describe your project and may be someone can be interresting to contribute on this project.
If you want more information,
you can read the documentation on Inugami Website
Best regards,
Patrick Guillerm