diff --git a/docs/modules/tools/pages/jreleaser-ant.adoc b/docs/modules/tools/pages/jreleaser-ant.adoc index a286a219a..8cc489e06 100644 --- a/docs/modules/tools/pages/jreleaser-ant.adoc +++ b/docs/modules/tools/pages/jreleaser-ant.adoc @@ -184,6 +184,16 @@ Description:: The name of the announcer to be used. --- +*assemblerType* +[horizontal] +Type:: String +Default value:: +Property:: jreleaser.assembler.type +Required:: false +Description:: The type of the assembler to be used. + +--- + *distributionType* [horizontal] Type:: String diff --git a/docs/modules/tools/pages/jreleaser-cli.adoc b/docs/modules/tools/pages/jreleaser-cli.adoc index 40f05e941..d771027ae 100644 --- a/docs/modules/tools/pages/jreleaser-cli.adoc +++ b/docs/modules/tools/pages/jreleaser-cli.adoc @@ -199,6 +199,7 @@ Generate a packager/announcer template. Usage: jreleaser template [-ghioqVw] [-sn] [-b=] [-od=] [-D=]... ([-a=] | + [-st= -s=] | [-d= -p= [-dt=]]) Options: @@ -219,6 +220,12 @@ Announcer templates -a, --announcer= The name of the announcer. +Assembler templates + -s, --assembler-name= + The name of the assembler. + -st, --assembler-type= + The type of the assembler. + Packager templates -d, --distribution= The name of the distribution. @@ -236,6 +243,9 @@ Announcer and tool settings are mutually exclusive. The value of `--announcer` must match any of the available xref:configuration:announce/index.adoc[announcers]. +The value of `--assembler-type` must match any of the available xref:configuration:assemble/index.adoc[assemblers] while +the value of `--assembler-name` must match any of the available xref:configuration:assemble/index.adoc[assembler names]. + The value of `--distribution` must match the name of a configured xref:configuration:distributions.adoc[distribution]. diff --git a/docs/modules/tools/pages/jreleaser-gradle.adoc b/docs/modules/tools/pages/jreleaser-gradle.adoc index 0afb00569..8f6b81d81 100644 --- a/docs/modules/tools/pages/jreleaser-gradle.adoc +++ b/docs/modules/tools/pages/jreleaser-gradle.adoc @@ -138,6 +138,10 @@ Type Options --announcer-name The name of the announcer (OPTIONAL). + --assembler-name The name of the assembler (OPTIONAL). + + --assembler-type The type of the assembler (OPTIONAL). + --distribution-name The name of the distribution (OPTIONAL). --distribution-type The type of the distribution (OPTIONAL). diff --git a/docs/modules/tools/pages/jreleaser-maven.adoc b/docs/modules/tools/pages/jreleaser-maven.adoc index 2adf3ac17..f098094f7 100644 --- a/docs/modules/tools/pages/jreleaser-maven.adoc +++ b/docs/modules/tools/pages/jreleaser-maven.adoc @@ -136,6 +136,11 @@ Available parameters: Type: String + User property: `jreleaser.announcer.name` + * assemblerType + + The type of the assembler + + Type: String + + User property: `jreleaser.assembler.type` + * distributionName + The name of the distribution + Type: String +