Am 2020-11-16 um 17:56 schrieb Oleg Kalnichevski:
On Sun, 2020-11-15 at 19:17 +0100, Michael Osipov wrote:
That was it. Gavin added the permission and it works now.
What's is next from your POV?
If at all possible could you please look into an automated way of
stitching together content of different artifacts / releases? Presently
this is one of the biggest pain points for me as a release manager.
Can you tell what you do today? The easiest way which comes to my mind
is apply the same way we do with Maven:
mvn -Preporting site site:stage
mvn scm-publish:publish-scm
When staging is not required:
mvn site
mvn site-deploy
the scm-publish-plugin will do the rest for you.
Do you want to automate on tagging too or is that sufficient?
This is the way we do:
https://maven.apache.org/developers/website/deploy-component-reference-documentation.html#staging-component-reference-documentation
You stage the site with the releas and then peform publish after the
vote has passed. When it did not pass, you don't have to do anything.
WDYT?
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]