On Mon, 2020-11-16 at 18:07 +0100, Michael Osipov wrote: > 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? >
I manually generate content from the main project website and one or several product releases with `svn site`, stage the content locally, manually fix broken links, manually fix inconsistent line endings, manually commit to the SVN repository. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
