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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit a0c050214518d937bbb0f36050a78efb52ee0f20
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Nov 1 16:08:24 2018 +0100

    Recommend encryption
---
 src/main/jbake/content/documentation/development/release-management.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/jbake/content/documentation/development/release-management.md 
b/src/main/jbake/content/documentation/development/release-management.md
index 3760fbb..9dc744e 100644
--- a/src/main/jbake/content/documentation/development/release-management.md
+++ b/src/main/jbake/content/documentation/development/release-management.md
@@ -30,7 +30,7 @@ In the past we staged release candidates on our local 
machines using a semi-manu
             <profile>
                 <id>apache-release</id>
                 <properties>
-                    <gpg.passphrase> <!-- YOUR KEY PASSPHRASE --> 
</gpg.passphrase>
+                    <gpg.passphrase> <!-- YOUR (encrypted) KEY PASSPHRASE --> 
</gpg.passphrase>
                 </properties>
             </profile>
         </profiles>

Reply via email to