From 6185d2c98019c00ab59a5715dcc2819865334255 Mon Sep 17 00:00:00 2001 From: Tim Gifford Date: Mon, 28 May 2018 15:00:12 -0500 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4db89fc..34b575e 100644 --- a/README.md +++ b/README.md @@ -143,3 +143,10 @@ Sonatype requires all published components to be signed. These commands prompt f ./mvnw release:perform ``` + +2018-05-30 +Had to add this command to the my console to get it signed: +```bash +GPG_TTY=$(tty) +export GPG_TTY +```