Skip to content

Commit

Permalink
Merge pull request #80 from ourzora/matt/fix-docs
Browse files Browse the repository at this point in the history
fix(docs): release publishing typo
  • Loading branch information
mattmalec authored Aug 8, 2023
2 parents 7aff95d + b75f392 commit c3b0358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/publish_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Make sure your versions are appended with `v`. This will be the version publishe
All releases must be made with a GPG signed tag. Don't create a tag without signing it.

```bash
git tag -sm "v0.0.2"
git tag -a v0.0.2 -sm "v0.0.2"
git push origin v0.0.2
```

Expand Down

0 comments on commit c3b0358

Please sign in to comment.