Skip to content

Commit

Permalink
Update the tag format in the release steps (#348)
Browse files Browse the repository at this point in the history
Go modules requires that the tag starts with a `v`.

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
  • Loading branch information
ccojocar authored and gcmurphy committed Sep 9, 2019
1 parent 992f173 commit fde1f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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=<YOUR GITHUB TOKEN>
make release
```
Expand All @@ -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
```

Expand Down

0 comments on commit fde1f82

Please sign in to comment.