From fd53e7198323c6ac5dec1f6cd9a0b475cfd4ef20 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Mon, 25 Jun 2018 14:25:14 +0200 Subject: [PATCH] signed tags are not optional Problem: having (Optional) here creates confusion about how important this is to contribute code Solution: Remove (Optional) --- basics_dev/code-signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics_dev/code-signing.md b/basics_dev/code-signing.md index e115bb03..8bded0cf 100644 --- a/basics_dev/code-signing.md +++ b/basics_dev/code-signing.md @@ -104,7 +104,7 @@ your Git commits. commit -S ~~~ -3. (Optional) Create signed tags: +3. Create signed tags: ~~~ git tag -s -m ""