This is an automated email from the ASF dual-hosted git repository.
bigosmallm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new d25a972 Updated Release Manager Notes (markdown)
d25a972 is described below
commit d25a97246ca4354a70d896537c8a0d0e983a3fcb
Author: bigosmallm <[email protected]>
AuthorDate: Sun Sep 30 11:38:53 2018 -0700
Updated Release Manager Notes (markdown)
---
Release-Manager-Notes.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Release-Manager-Notes.md b/Release-Manager-Notes.md
index 72fbe46..2eb7dde 100644
--- a/Release-Manager-Notes.md
+++ b/Release-Manager-Notes.md
@@ -156,3 +156,13 @@ Step 6 should tell you to run step 7.
7) Run: `ant -f releasecandidate.xml -Drelease.version=x.y.z -Drc=1
release.npm`
8) Draft the announcement. Wait 48 hours for feedback and mirror propagation
before sending it.
9) Send the announcement.
+
+If you see this error:
+```
+gpg: signing failed: Inappropriate ioctl for device
+```
+
+Run first:
+```
+export GPG_TTY=$(tty)
+```
\ No newline at end of file