Skip to content

Commit a30f40b

Browse files
committed
Add instructions to fix gpg ioctl error during release
1 parent b484a96 commit a30f40b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sonatype-release-doc.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"
1414
```
1515

16+
For gpg problems (inappropriate ioctl for device)
17+
18+
```shell
19+
export GPG_TTY=$(tty)
20+
```
21+
22+
Then, run this command to prepare the release.
23+
1624
`$ mvn release:prepare`
1725

1826
4. Perform the release:

0 commit comments

Comments
 (0)