diff options
author | Jakob Unterwurzacher | 2018-05-02 20:02:12 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-05-02 20:02:12 +0200 |
commit | d21c2084e7d8f09795a5fb0e8bd977feba6108e4 (patch) | |
tree | 270b1b377343a6936d7bf295bd91aad134cc78ac | |
parent | 17b346f91276aec7735fe71c86585d3850fb1152 (diff) |
Add newlines for readability
-rw-r--r-- | docs/releases.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases.md b/docs/releases.md index b032a4c..d6d80b0 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -25,6 +25,7 @@ Just call `git tag` with the `-v` flag, for example: ``` $ git tag -v v1.4.4 + object 9c86daf499dca8a69b058ec56803d06fbba4fdab type commit tag v1.4.4 @@ -46,6 +47,7 @@ Download both the `.tar.gz` and the `.asc` file, then run `gpg --verify gocryptf for example: ``` $ gpg --verify gocryptfs_v1.4.4_linux-static_amd64.tar.gz.asc + gpg: assuming signed data in 'gocryptfs_v1.4.4_linux-static_amd64.tar.gz' gpg: Signature made Sun Mar 18 23:32:47 2018 CET gpg: using RSA key 895F5BC123A02740 |