I've been googling for hours but it doesn't seems to exist another way to create liquibase changelog files but by hand.
Isn't there any tools or command lines to automate the creation of changelog files ? I'm using JHipster that is correctly creating changelogs for new entities but as stated here, JHipster won't generate new changelogs for updated entites, so I was wondering if their was any kind of tool to generate additional changelogs? Actually I'm creating changelogs by writing xml files by hand and it doesn't seems super efficient.
Thank you for reading.