Skip to content

Commit

Permalink
We use a v prefix for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed Jul 6, 2022
1 parent 8b11034 commit 9299ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Make sure to push that commit to `origin`.
Tag the release with the version in `package.json` and push the tags. For example:

```bash
git tag 0.5.5
git tag v0.5.5
git push --tags
```

Expand Down

0 comments on commit 9299ba7

Please sign in to comment.