mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
Fix typo on snapshotPattern. Fixes https://github.com/jreleaser/jreleaser/issues/86
This commit is contained in:
@@ -26,7 +26,7 @@ project:
|
||||
# A regex to determine if the project version is snapshot
|
||||
# May define a `JRELEASER_SNAPSHOT_PATTERN` environment variable instead.
|
||||
# icon:dot-circle[] icon:eye-slash[]
|
||||
snapShotPattern: .*-SNAPSHOT
|
||||
snapshotPattern: .*-SNAPSHOT
|
||||
|
||||
# A short description (60 chars max).
|
||||
# icon:exclamation-triangle[] Only if configured distributions or announcers.
|
||||
@@ -119,7 +119,7 @@ TOML::
|
||||
# A regex to determine if the project version is snapshot
|
||||
# May define a `JRELEASER_SNAPSHOT_PATTERN` environment variable instead.
|
||||
# icon:dot-circle[] icon:eye-slash[]
|
||||
snapShotPattern = ".*-SNAPSHOT"
|
||||
snapshotPattern = ".*-SNAPSHOT"
|
||||
|
||||
# A short description (60 chars max).
|
||||
# icon:exclamation-triangle[] Only if configured distributions or announcers.
|
||||
@@ -207,7 +207,7 @@ JSON::
|
||||
// A regex to determine if the project version is snapshot
|
||||
// May define a `JRELEASER_SNAPSHOT_PATTERN` environment variable instead.
|
||||
// icon:dot-circle[] icon:eye-slash[]
|
||||
"snapShotPattern": ".*-SNAPSHOT",
|
||||
"snapshotPattern": ".*-SNAPSHOT",
|
||||
|
||||
// A short description (60 chars max).
|
||||
// icon:exclamation-triangle[] Only if configured distributions or announcers.
|
||||
@@ -315,7 +315,7 @@ Maven::
|
||||
May define a `JRELEASER_SNAPSHOT_PATTERN` environment variable instead.
|
||||
icon:dot-circle[] icon:eye-slash[]
|
||||
-->
|
||||
<snapShotPattern>.*-SNAPSHOT</snapShotPattern>
|
||||
<snapshotPattern>.*-SNAPSHOT</snapshotPattern>
|
||||
|
||||
<!--
|
||||
A short description (60 chars max).
|
||||
@@ -460,7 +460,7 @@ jreleaser {
|
||||
// A regex to determine if the project version is snapshot
|
||||
// May define a `JRELEASER_SNAPSHOT_PATTERN` environment variable instead.
|
||||
// icon:dot-circle[] icon:eye-slash[]
|
||||
snapShotPattern = '.*-SNAPSHOT'
|
||||
snapshotPattern = '.*-SNAPSHOT'
|
||||
|
||||
// A short description (60 chars max).
|
||||
// icon:exclamation-triangle[] Only if configured distributions or announcers.
|
||||
|
||||
Reference in New Issue
Block a user