revelc/formatter-maven-plugin

Please use change log or github releases

Closed this issue · 0 comments

Neither are being used. We did have a changelog but was deleted because manually created.

If changelog are to be restored, we just need to add this into the parent root for releases and it will coverall all repos.

mvn mavanagaiata:changelog -D"mavanagaiata.format=MARKDOWN" -D"mavanagaiata.changelog.outputFile=CHANGELOG.md"

The parent is using that and I've tested it. It works rather well for just a file replacement.

Otherwise, we should automate releases off the tags which use the milestones.

Without either of those the bots - dependabot included, will not show anything as being updated per the release. They use CHANGELOG.md or github releases for that.

At the moment, I think doing this with mavanagaiata would be easiest since that seems to have been introduced recently so already feasible solution.