You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/10/01 16:35:33 UTC

[isis] branch master updated: ISIS-2965: improves release docs

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 75d17f101a ISIS-2965: improves release docs
75d17f101a is described below

commit 75d17f101adedc2d808bae6b19c884ba415ea14c
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Oct 1 17:35:17 2022 +0100

    ISIS-2965: improves release docs
---
 antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
index a55803fda8..56de37685e 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -109,7 +109,7 @@ pushd bom
 mvn -Dgithub clean install -T1C -DskipTests # <.>
 mvn -Dgithub license:download-licenses      # <.>
 popd
-groovy scripts/checkmissinglicenses.groovy
+groovy scripts/checkmissinglicenses.groovy  # <.>
 ----
 <.> builds the framework.
 +