Skip to content

Commit fde1f82

Browse files
ccojocargcmurphy
authored andcommitted
Update the tag format in the release steps (#348)
Go modules requires that the tag starts with a `v`. Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 992f173 commit fde1f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ make test
218218
Make sure you have installed the [goreleaser](https://github.com/goreleaser/goreleaser) tool and then you can release gosec as follows:
219219

220220
```bash
221-
git tag 1.0.0
221+
git tag v1.0.0
222222
export GITHUB_TOKEN=<YOUR GITHUB TOKEN>
223223
make release
224224
```
@@ -233,7 +233,7 @@ gosec analyzes Go source code to look for common programming mistakes that
233233
can lead to security problems.
234234

235235
VERSION: 1.0.0
236-
GIT TAG: 1.0.0
236+
GIT TAG: v1.0.0
237237
BUILD DATE: 2018-04-27T12:41:38Z
238238
```
239239

0 commit comments

Comments
 (0)