mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
Minor changes to release
This commit is contained in:
@@ -139,7 +139,7 @@ release:
|
||||
|
||||
# The target branch to use.
|
||||
# May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
# Defaults to `main`.
|
||||
# Defaults to the branch pointed by HEAD.
|
||||
# icon:dot-circle[] icon:eye-slash[]
|
||||
targetCommitish: main
|
||||
|
||||
@@ -318,7 +318,7 @@ JSON::
|
||||
|
||||
// The target branch to use.
|
||||
// May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
// Defaults to `main`.
|
||||
// Defaults to the branch pointed by HEAD.
|
||||
// icon:dot-circle[] icon:eye-slash[]
|
||||
"targetCommitish": "main",
|
||||
|
||||
@@ -557,7 +557,7 @@ Maven::
|
||||
<!--
|
||||
The target branch to use.
|
||||
May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
Defaults to `main`.
|
||||
Defaults to the branch pointed by HEAD.
|
||||
icon:dot-circle[] icon:eye-slash[]
|
||||
-->
|
||||
<targetCommitish>main</targetCommitish>
|
||||
@@ -760,7 +760,7 @@ jreleaser {
|
||||
|
||||
// The target branch to use.
|
||||
// May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
// Defaults to `main`.
|
||||
// Defaults to the branch pointed by HEAD.
|
||||
// icon:dot-circle[]v
|
||||
targetCommitish = 'main'
|
||||
|
||||
|
||||
@@ -20,11 +20,12 @@ release:
|
||||
enabled: true
|
||||
|
||||
# The user or organization that owns the repository.
|
||||
# icon:exclamation-triangle[]
|
||||
# If unspecified, will read it from the 'origin' git remote.
|
||||
# icon:dot-circle[]
|
||||
owner: duke
|
||||
|
||||
# The name of the repository.
|
||||
# If unspecified, will use ${project.name}.
|
||||
# If unspecified, will read it from the 'origin' git remote.
|
||||
# icon:dot-circle[]
|
||||
name: app
|
||||
|
||||
@@ -141,7 +142,7 @@ release:
|
||||
|
||||
# The target branch to use.
|
||||
# May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
# Defaults to `main`.
|
||||
# Defaults to the branch pointed by HEAD.
|
||||
# icon:dot-circle[] icon:eye-slash[]
|
||||
targetCommitish: main
|
||||
|
||||
@@ -198,11 +199,12 @@ JSON::
|
||||
"enabled": true,
|
||||
|
||||
// The user or organization that owns the repository.
|
||||
// icon:exclamation-triangle[]
|
||||
// If unspecified, will read it from the 'origin' git remote.
|
||||
// icon:dot-circle[]
|
||||
"owner": "duke",
|
||||
|
||||
// The name of the repository.
|
||||
// If unspecified, will use ${project.name}.
|
||||
// If unspecified, will read it from the 'origin' git remote.
|
||||
// icon:dot-circle[]
|
||||
"name": "app",
|
||||
|
||||
@@ -322,7 +324,7 @@ JSON::
|
||||
|
||||
// The target branch to use.
|
||||
// May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
// Defaults to `main`.
|
||||
// Defaults to the branch pointed by HEAD.
|
||||
// icon:dot-circle[] icon:eye-slash[]
|
||||
"targetCommitish": "main",
|
||||
|
||||
@@ -390,13 +392,14 @@ Maven::
|
||||
|
||||
<!--
|
||||
The user or organization that owns the repository.
|
||||
icon:exclamation-triangle[]
|
||||
If unspecified, will read it from the 'origin' git remote.
|
||||
icon:dot-circle[]
|
||||
-->
|
||||
<owner>duke</owner>
|
||||
|
||||
<!--
|
||||
The name of the repository.
|
||||
If unspecified, will use ${project.name}.
|
||||
If unspecified, will read it from the 'origin' git remote.
|
||||
icon:dot-circle[]
|
||||
-->
|
||||
<name>app</name>
|
||||
@@ -563,7 +566,7 @@ Maven::
|
||||
<!--
|
||||
The target branch to use.
|
||||
May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
Defaults to `main`.
|
||||
Defaults to the branch pointed by HEAD.
|
||||
icon:dot-circle[] icon:eye-slash[]
|
||||
-->
|
||||
<targetCommitish>main</targetCommitish>
|
||||
@@ -644,11 +647,12 @@ jreleaser {
|
||||
enabled = true
|
||||
|
||||
// The user or organization that owns the repository.
|
||||
// icon:exclamation-triangle[]
|
||||
// If unspecified, will read it from the 'origin' git remote.
|
||||
// icon:dot-circle[]
|
||||
owner = 'duke'
|
||||
|
||||
// The name of the repository.
|
||||
// If unspecified, will use ${project.name}.
|
||||
// If unspecified, will read it from the 'origin' git remote.
|
||||
// icon:dot-circle[]
|
||||
name = 'app'
|
||||
|
||||
@@ -768,7 +772,7 @@ jreleaser {
|
||||
|
||||
// The target branch to use.
|
||||
// May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
// Defaults to `main`.
|
||||
// Defaults to the branch pointed by HEAD.
|
||||
// icon:dot-circle[]v
|
||||
targetCommitish = 'main'
|
||||
|
||||
|
||||
@@ -20,11 +20,12 @@ release:
|
||||
enabled: true
|
||||
|
||||
# The user or organization that owns the repository.
|
||||
# icon:exclamation-triangle[]
|
||||
# If unspecified, will read it from the 'origin' git remote.
|
||||
# icon:dot-circle[]
|
||||
owner: duke
|
||||
|
||||
# The name of the repository.
|
||||
# If unspecified, will use ${project.name}.
|
||||
# If unspecified, will read it from the 'origin' git remote.
|
||||
# icon:dot-circle[]
|
||||
name: app
|
||||
|
||||
@@ -141,7 +142,7 @@ release:
|
||||
|
||||
# The target branch to use.
|
||||
# May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
# Defaults to `main`.
|
||||
# Defaults to the branch pointed by HEAD.
|
||||
# icon:dot-circle[] icon:eye-slash[]
|
||||
ref: main
|
||||
|
||||
@@ -187,11 +188,12 @@ JSON::
|
||||
"enabled": true,
|
||||
|
||||
// The user or organization that owns the repository.
|
||||
// icon:exclamation-triangle[]
|
||||
// If unspecified, will read it from the 'origin' git remote.
|
||||
// icon:dot-circle[]
|
||||
"owner": "duke",
|
||||
|
||||
// The name of the repository.
|
||||
// If unspecified, will use ${project.name}.
|
||||
// If unspecified, will read it from the 'origin' git remote.
|
||||
// icon:dot-circle[]
|
||||
"name": "app",
|
||||
|
||||
@@ -311,7 +313,7 @@ JSON::
|
||||
|
||||
// The target branch to use.
|
||||
// May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
// Defaults to `main`.
|
||||
// Defaults to the branch pointed by HEAD.
|
||||
// icon:dot-circle[] icon:eye-slash[]
|
||||
"ref": "main",
|
||||
|
||||
@@ -368,13 +370,14 @@ Maven::
|
||||
|
||||
<!--
|
||||
The user or organization that owns the repository.
|
||||
icon:exclamation-triangle[]
|
||||
If unspecified, will read it from the 'origin' git remote.
|
||||
icon:dot-circle[]
|
||||
-->
|
||||
<owner>duke</owner>
|
||||
|
||||
<!--
|
||||
The name of the repository.
|
||||
If unspecified, will use ${project.name}.
|
||||
If unspecified, will read it from the 'origin' git remote.
|
||||
icon:dot-circle[]
|
||||
-->
|
||||
<name>app</name>
|
||||
@@ -540,7 +543,7 @@ Maven::
|
||||
<!--
|
||||
The target branch to use.
|
||||
May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
Defaults to `main`.
|
||||
Defaults to the branch pointed by HEAD.
|
||||
icon:dot-circle[] icon:eye-slash[]
|
||||
-->
|
||||
<ref>main</ref>
|
||||
@@ -606,11 +609,12 @@ jreleaser {
|
||||
enabled = true
|
||||
|
||||
// The user or organization that owns the repository.
|
||||
// icon:exclamation-triangle[]
|
||||
// If unspecified, will read it from the 'origin' git remote.
|
||||
// icon:dot-circle[]
|
||||
owner = 'duke'
|
||||
|
||||
// The name of the repository.
|
||||
// If unspecified, will use ${project.name}.
|
||||
// If unspecified, will read it from the 'origin' git remote.
|
||||
// icon:dot-circle[]
|
||||
name = 'app'
|
||||
|
||||
@@ -730,7 +734,7 @@ jreleaser {
|
||||
|
||||
// The target branch to use.
|
||||
// May define a `JRELEASER_BRANCH` environment variable instead.
|
||||
// Defaults to `main`.
|
||||
// Defaults to the branch pointed by HEAD.
|
||||
// icon:dot-circle[] icon:eye-slash[]
|
||||
ref = 'main'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user