From fde1f82f344bf92074e2143a76311710f0d8d151 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 9 Sep 2019 13:11:32 +0200 Subject: [PATCH] Update the tag format in the release steps (#348) Go modules requires that the tag starts with a `v`. Signed-off-by: Cosmin Cojocar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 397b09b..4e6eb24 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ make test Make sure you have installed the [goreleaser](https://github.com/goreleaser/goreleaser) tool and then you can release gosec as follows: ```bash -git tag 1.0.0 +git tag v1.0.0 export GITHUB_TOKEN= make release ``` @@ -233,7 +233,7 @@ gosec analyzes Go source code to look for common programming mistakes that can lead to security problems. VERSION: 1.0.0 -GIT TAG: 1.0.0 +GIT TAG: v1.0.0 BUILD DATE: 2018-04-27T12:41:38Z ```