From cd5ad30f6db7f97ab55bc36ba47136ac7c68f41c Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Tue, 13 Apr 2021 10:45:03 +0200 Subject: [PATCH] Minor changes to release --- .../configuration/pages/release/gitea.adoc | 8 +++--- .../configuration/pages/release/github.adoc | 28 +++++++++++-------- .../configuration/pages/release/gitlab.adoc | 28 +++++++++++-------- 3 files changed, 36 insertions(+), 28 deletions(-) diff --git a/docs/modules/configuration/pages/release/gitea.adoc b/docs/modules/configuration/pages/release/gitea.adoc index 446c1ee..c7a32bf 100644 --- a/docs/modules/configuration/pages/release/gitea.adoc +++ b/docs/modules/configuration/pages/release/gitea.adoc @@ -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:: main @@ -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' diff --git a/docs/modules/configuration/pages/release/github.adoc b/docs/modules/configuration/pages/release/github.adoc index 89b7e5b..799fa2a 100644 --- a/docs/modules/configuration/pages/release/github.adoc +++ b/docs/modules/configuration/pages/release/github.adoc @@ -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:: duke app @@ -563,7 +566,7 @@ Maven:: main @@ -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' diff --git a/docs/modules/configuration/pages/release/gitlab.adoc b/docs/modules/configuration/pages/release/gitlab.adoc index 74e6150..7d917d6 100644 --- a/docs/modules/configuration/pages/release/gitlab.adoc +++ b/docs/modules/configuration/pages/release/gitlab.adoc @@ -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:: duke app @@ -540,7 +543,7 @@ Maven:: main @@ -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'