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 17:45:48 UTC

[isis] 01/02: ISIS-2965: improves release docs

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

danhaywood pushed a commit to branch release-2.0.0-M8-RC3
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 674b14668b00bf9a3a75ee784210294243d381aa
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Oct 1 18:45:14 2022 +0100

    ISIS-2965: improves release docs
---
 .../components/comguide/modules/ROOT/pages/cutting-a-release.adoc   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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 3fb290b739..5d43130992 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -338,10 +338,10 @@ We activate the (inherited) `apache-release` profile to bring in the `gpg` plugi
 ====
 Make sure that the version of `gpg` on the `$PATH` is correct, because the configuration in the `pom.xml` assumes `gpg` v2.0, rather than v2.1+.
 
-The older version of `gpg` picks up the secret keys from `pubring.gpg` and `secring.gpg` (and does not use an agent); the newer version uses rather than `pubring.pbx`.
-
-For myself, I hit issues running on Windows under git-bash, because it picked up git's version of `gpg` in `/usr/bin`, which is `gpg` v2.1.
+The older version of `gpg` picks up the secret keys from `pubring.gpg` and `secring.gpg` (and does not use an agent); the newer version uses `pubring.pbx`.
 
+On Windows, be careful using git-bash as this will pick up git's version of `gpg` in `/usr/bin`, which is `gpg` v2.1.
+Instead, consider building in a Powershell console, described below.
 ====
 
 If on Windows, we recommend you build under Powershell rather than git-bash, which means there are some prerequisites.