Skip to content

Commit b55613a

Browse files
authored
Update CONTRIBUTING.md
1 parent f19747e commit b55613a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export TAG=v0.1.0
6262
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.
6363

6464
```bash
65-
git $TAG v0.1.0
65+
git tag $TAG
6666
```
6767

6868
**Step 2**

0 commit comments

Comments
 (0)