From 458d4ae546e5220b4d03a180ca4d0f13d95b9474 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Mon, 27 Jan 2020 13:27:56 +0100 Subject: [PATCH] add GPG_TTY instruction --- project/scripts/release | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project/scripts/release b/project/scripts/release index 5e7edbd805..847b5ca401 100755 --- a/project/scripts/release +++ b/project/scripts/release @@ -14,6 +14,10 @@ # shell> brew install gnupg # shell> gpg --gen-key # +# On OS X the following should be added to ~/.bash_profile +# GPG_TTY=$(tty) +# export GPG_TTY +# # Default values for the key type and 2048 bits is OK. # Make sure to use the email address that you will use later to register # with Sonatype.