This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new b6f9331de6 update README_RELEASE_AIRFLOW.md to include GPG_TTY (#31992)
b6f9331de6 is described below
commit b6f9331de6aa676355e7e2050a6f2468fecf9418
Author: eladkal <[email protected]>
AuthorDate: Sun Jun 18 16:52:06 2023 +0300
update README_RELEASE_AIRFLOW.md to include GPG_TTY (#31992)
---
dev/README_RELEASE_AIRFLOW.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev/README_RELEASE_AIRFLOW.md b/dev/README_RELEASE_AIRFLOW.md
index 85af9e7b64..1332874d90 100644
--- a/dev/README_RELEASE_AIRFLOW.md
+++ b/dev/README_RELEASE_AIRFLOW.md
@@ -214,6 +214,11 @@ The Release Candidate artifacts we vote upon should be the
exact ones we vote ag
- Set environment variables
```shell script
+
+ # You can avoid repeating this command for every release if you will set
it in .zshrc
+ # see
https://unix.stackexchange.com/questions/608842/zshrc-export-gpg-tty-tty-says-not-a-tty
+ export GPG_TTY=$(tty)
+
# Set Version
export VERSION=2.1.2rc3
export VERSION_SUFFIX=rc3