Revert "signed tags are not optional"

This reverts commit fd53e71983.

Signed tags are optional
This commit is contained in:
Nicco Kunzmann 2018-06-26 10:15:28 +02:00
parent 8ea5ffc99a
commit 090d617e91
No known key found for this signature in database
GPG Key ID: 9BBAB2DEB1488C99

View File

@ -104,7 +104,7 @@ your Git commits.
commit -S
~~~
3. Create signed tags:
3. (Optional) Create signed tags:
~~~
git tag -s <tag_name> -m "<tag_message>"