Skip to content

Commit

Permalink
Fix git command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
iqe committed Oct 10, 2022
1 parent e402cd3 commit 6c656f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $> go build # build for local testing
## Build a release

```
$> git tag -A v1.2.3 -m "v1.2.3"
$> git tag -a v1.2.3 -m "v1.2.3"
$> make release # builds willi-v1.2.3.tar.gz
$> git push --tags
Expand Down

0 comments on commit 6c656f1

Please sign in to comment.