Riduidel / aadarchi

A maven archetype to generate easily projects allowing architecture description using a mix of C4, agile architecture, Asciidoc and PlantUML
https://riduidel.github.io/aadarchi/
Apache License 2.0
39 stars 12 forks source link

Integrate readme update and github release creation into release action #419

Closed Riduidel closed 4 months ago

Riduidel commented 4 months ago

We previously had a set of actions, which should be combined through the grace of github scheduling. But let's be honest, it never worked correctly. So reintegrate all that stuff into the release action. This way, only one action will be triggered, and all changes will happen in one run.

Riduidel commented 4 months ago

Readme update should be done by the maven profile update_version_in_files, which should be triggered by release. The Github release generation should be done in the GitHub action (I've yet to find back the good action)