From c7167e741107d03d85b7c9bef029bd74619eeec6 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Wed, 9 Jun 2021 00:22:22 +0200 Subject: [PATCH] proper jbang casing JBang is the project name, jbang is the cli/short name Jbang is an error :) --- .../configuration/pages/packagers/jbang.adoc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/modules/configuration/pages/packagers/jbang.adoc b/docs/modules/configuration/pages/packagers/jbang.adoc index cb740a9..4d6413d 100644 --- a/docs/modules/configuration/pages/packagers/jbang.adoc +++ b/docs/modules/configuration/pages/packagers/jbang.adoc @@ -1,9 +1,9 @@ -= Jbang += JBang -Unleash the power of Java with link:https://github.com/jbangdev/jbang[jbang]. You can publish distributions as jbang +Unleash the power of Java with link:https://github.com/jbangdev/jbang[jbang]. You can publish distributions as JBang catalogs. -Each separate executable will have its own jbang script. All executables will be collected in the same catalog. Existing +Each separate executable will have its own JBang script. All executables will be collected in the same catalog. Existing catalogs located at the target repository will be merged into a single catalog. Snapshots are supported, in which case executables will bear the `-snapshot` suffix in their alias. @@ -21,13 +21,13 @@ YAML:: packagers: # icon:dot-circle[] jbang: - # Enables or disables Jbang. + # Enables or disables JBang. # Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`]. # Defaults to `NEVER`. # icon:dot-circle[] active: ALWAYS - # Directory with file templates used to prepare the Jbang distribution. + # Directory with file templates used to prepare the JBang distribution. # Defaults to `src/jreleaser/distributions/${distribution.name}/jbang`. # If specified, path must exist. # icon:dot-circle[] @@ -91,7 +91,7 @@ TOML:: # icon:dot-circle[] [packagers.jbang] - # Enables or disables Jbang. + # Enables or disables JBang. # Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`]. # Defaults to `NEVER`. # icon:dot-circle[] @@ -158,7 +158,7 @@ JSON:: "packagers": { // icon:dot-circle[] "jbang": { - // Enables or disables Jbang. + // Enables or disables JBang. // Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`]. // Defaults to `NEVER`. // icon:dot-circle[] @@ -241,7 +241,7 @@ Maven:: -->