Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Jun 3, 2024
1 parent 99b8f73 commit 0d52653
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jreleaser {
// icon:exclamation-triangle[] icon:eye-slash[]
url = '{deployer_url}'

// Activates publication of snapshot artifacts.
// Defaults to `false`.
// icon:dot-circle[]
snapshotSupported = true

// The username required for authorization.
// icon:dot-circle[] icon:eye-slash[]
username = '__USE_ENVIRONMENT_VARIABLE__'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
// icon:exclamation-triangle[] icon:eye-slash[]
"url": "{deployer_url}",

// Activates publication of snapshot artifacts.
// Defaults to `false`.
// icon:dot-circle[]
"snapshotSupported": true,

// The username required for authorization.
// icon:dot-circle[] icon:eye-slash[]
"username": "__USE_ENVIRONMENT_VARIABLE__",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
-->
<url>{deployer_url}</url>

<!--
Activates publication of snapshot artifacts.
Defaults to `false`.
icon:dot-circle[]
-->
<snapshotSupported>true</snapshotSupported>

<!--
The username required for authorization.
icon:dot-circle[] icon:eye-slash[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
# icon:exclamation-triangle[] icon:eye-slash[]
url = "{deployer_url}"

# Activates publication of snapshot artifacts.
# Defaults to `false`.
# icon:dot-circle[]
snapshotSupported = true

# The username required for authorization.
# icon:dot-circle[] icon:eye-slash[]
username = "__USE_ENVIRONMENT_VARIABLE__"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ deploy:
# icon:exclamation-triangle[] icon:eye-slash[]
url: {deployer_url}

# Activates publication of snapshot artifacts.
# Defaults to `false`.
# icon:dot-circle[]
snapshotSupported: true

# The username required for authorization.
# If left unspecified, the `JRELEASER_{deployer_env_key}_${name}_USERNAME`
# environment variable must be defined.
Expand Down

0 comments on commit 0d52653

Please sign in to comment.