Commit 5a01bd30 authored by Jose C Ordaz's avatar Jose C Ordaz
Browse files

Added description about signing tag

parent 20d783d0
Showing with 1 addition and 1 deletion
+1 -1
......@@ -3,7 +3,7 @@
We use [GoReleaser](https://goreleaser.com/) to generate release artifacts, which is initiated when a tag pushed to the repository.
## Tagging
The tag we use in the repository follows [semver](https://github.com/semver/semver/blob/master/semver.md) with the leading **v**
The tag we use in the repository follows [semver](https://github.com/semver/semver/blob/master/semver.md) with the leading **v**. We want the tag to be signed by the person creating it.
``` shell
git checkout <branch>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment