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.
1 parent f19747e commit b55613aCopy full SHA for b55613a
CONTRIBUTING.md
@@ -62,7 +62,7 @@ export TAG=v0.1.0
62
Create a proper SemVer compatible tag. Consult the [SemVer specification](https://semver.org/spec/v2.0.0.html) if you are unsure what this means.
63
64
```bash
65
-git $TAG v0.1.0
+git tag $TAG
66
```
67
68
**Step 2**
0 commit comments