From 6d0e2ee3ec671c80f24aabd200901b49ee49ac21 Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Sat, 8 May 2021 16:26:40 +0200 Subject: [PATCH] Changes of https://github.com/jreleaser/jreleaser/issues/121 --- docs/modules/configuration/pages/release/gitea.adoc | 1 + docs/modules/configuration/pages/release/github.adoc | 1 + docs/modules/configuration/pages/release/gitlab.adoc | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/modules/configuration/pages/release/gitea.adoc b/docs/modules/configuration/pages/release/gitea.adoc index 4cb31f3..99d6c81 100644 --- a/docs/modules/configuration/pages/release/gitea.adoc +++ b/docs/modules/configuration/pages/release/gitea.adoc @@ -1523,6 +1523,7 @@ The `change` property only accepts the following name templates: | commitFullHash | head commit hash | commitTitle | first line of the commit message | commitAuthor | full name of the commit author +| commitsUrl | commits URl as provided by the Git host |=== The `content` and `contentTemplate` accept all xref:configuration:name-templates.adoc[], take special consideration on diff --git a/docs/modules/configuration/pages/release/github.adoc b/docs/modules/configuration/pages/release/github.adoc index b4e60b5..042aa3a 100644 --- a/docs/modules/configuration/pages/release/github.adoc +++ b/docs/modules/configuration/pages/release/github.adoc @@ -1536,6 +1536,7 @@ The `change` property only accepts the following name templates: | commitFullHash | head commit hash | commitTitle | first line of the commit message | commitAuthor | full name of the commit author +| commitsUrl | commits URl as provided by the Git host |=== The `content` and `contentTemplate` accept all xref:configuration:name-templates.adoc[], take special consideration on diff --git a/docs/modules/configuration/pages/release/gitlab.adoc b/docs/modules/configuration/pages/release/gitlab.adoc index 208081e..3efdbbd 100644 --- a/docs/modules/configuration/pages/release/gitlab.adoc +++ b/docs/modules/configuration/pages/release/gitlab.adoc @@ -1472,6 +1472,7 @@ The `change` property only accepts the following name templates: | commitFullHash | head commit hash | commitTitle | first line of the commit message | commitAuthor | full name of the commit author +| commitsUrl | commits URl as provided by the Git host |=== The `content` and `contentTemplate` accept all xref:configuration:name-templates.adoc[], take special consideration on