We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aff95d + b75f392 commit c3b0358Copy full SHA for c3b0358
docs/contributing/publish_release.md
@@ -76,7 +76,7 @@ Make sure your versions are appended with `v`. This will be the version publishe
76
All releases must be made with a GPG signed tag. Don't create a tag without signing it.
77
78
```bash
79
-git tag -sm "v0.0.2"
+git tag -a v0.0.2 -sm "v0.0.2"
80
git push origin v0.0.2
81
```
82
0 commit comments