Skip to content

Commit

Permalink
Documenting gpg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jul 13, 2020
1 parent d4eb4f8 commit d881259
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions how_to_release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ Open README.md and CHANGELOG.md and adjust the files accordingly

* "mvn versions:set" is useful for bumping versions

## Troubleshooting

In the case that you see the error message `gpg: signing failed: Inappropriate ioctl for device` then you can fix this with the following Bash `export`.

```bash
export GPG_TTY=$(tty)
```

0 comments on commit d881259

Please sign in to comment.