Merge pull request #6251 from Icinga/fix/jf-gpg

Add my gpg fingerprint to release docs
This commit is contained in:
Jean Flach 2018-04-23 11:37:26 +02:00 committed by GitHub
commit edd3737a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,12 @@ NH:
git tag -u 630F89D9 -m "Version $VERSION" v$VERSION
```
JF:
```
git tag -u 9E0B003C -m "Version $VERSION" v$VERSION
```
Push the tag:
```