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