proper jbang casing

JBang is the project name,
jbang is the cli/short name
Jbang is an error :)
This commit is contained in:
Max Rydahl Andersen
2021-06-09 00:22:22 +02:00
committed by GitHub
parent 3bf50dec21
commit c7167e7411

View File

@@ -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::
-->
<jbang>
<!--
Enables or disables Jbang.
Enables or disables JBang.
Valid values are [`NEVER`, `ALWAYS`, `RELEASE`, `SNAPSHOT`].
Defaults to `NEVER`.
icon:dot-circle[]
@@ -345,7 +345,7 @@ jreleaser {
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[]