Skip to content

Commit c3b0358

Browse files
authored
Merge pull request #80 from ourzora/matt/fix-docs
fix(docs): release publishing typo
2 parents 7aff95d + b75f392 commit c3b0358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/publish_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Make sure your versions are appended with `v`. This will be the version publishe
7676
All releases must be made with a GPG signed tag. Don't create a tag without signing it.
7777

7878
```bash
79-
git tag -sm "v0.0.2"
79+
git tag -a v0.0.2 -sm "v0.0.2"
8080
git push origin v0.0.2
8181
```
8282

0 commit comments

Comments
 (0)