Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2018-10-16 17:01:17 +00:00
parent 8507736eae
commit ffaf16e240
3 changed files with 13 additions and 4 deletions

View File

@@ -323,6 +323,12 @@ train depends on projects that got already released. We default this list to <li
<simpara><literal>releaser.git.documentation-branch</literal> - Branch to check out for the documentation project. Defaults to <literal>gh-pages</literal></simpara>
</listitem>
<listitem>
<simpara><literal>releaser.git.update-documentation-repo</literal> - If <literal>true</literal> then will update documentation repository with the <literal>current</literal> URL. Defaults to <literal>true</literal></simpara>
</listitem>
<listitem>
<simpara><literal>releaser.git.update-spring-guides</literal> - If <literal>true</literal> then will update Spring Guides with the current release train. Defaults to <literal>true</literal></simpara>
</listitem>
<listitem>
<simpara><literal>releaser.git.oauth-token</literal> - GitHub OAuth token to be used to interact with GitHub repo.</simpara>
</listitem>
<listitem>
@@ -367,6 +373,9 @@ Example: <literal>"--releaser.pom.ignored-pom-regex=".*\\.git/.*$,.{asterisk}spr
<listitem>
<simpara><literal>releaser.working-dir</literal> - By default Releaser assumes running the program from the current working directory.</simpara>
</listitem>
<listitem>
<simpara><literal>releaser.template.template-folder</literal> - Tells which subfolder with templates to pick for blog, email etc. generation. Defaults to <literal>cloud</literal></simpara>
</listitem>
</itemizedlist>
<tip>
<simpara>You can pass the options either via system properties or via application arguments.