Closed gsmet closed 3 months ago
When releasing atm, we only commit the attributes.adoc file if it has changed.
attributes.adoc
I think it would make sense to check for changes in the whole include directory and commit all of them so that we are sure the config doc is correct: https://github.com/quarkiverse/quarkus-github-app/tree/main/docs/modules/ROOT/pages/includes
include
See https://github.com/quarkiverse/quarkus-github-app/blob/main/.github/workflows/release.yml#L53 .
This would have to be automatically deployed to as many Quarkiverse repositories as possible.
When releasing atm, we only commit the
attributes.adoc
file if it has changed.I think it would make sense to check for changes in the whole
include
directory and commit all of them so that we are sure the config doc is correct: https://github.com/quarkiverse/quarkus-github-app/tree/main/docs/modules/ROOT/pages/includesSee https://github.com/quarkiverse/quarkus-github-app/blob/main/.github/workflows/release.yml#L53 .
This would have to be automatically deployed to as many Quarkiverse repositories as possible.