We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba659d commit 23c8f5dCopy full SHA for 23c8f5d
1 file changed
.github/maintainers_guide.md
@@ -62,7 +62,7 @@ $ npm test
62
6. Commit the changes on your release branch and open a pull request with relevant labels:
63
64
```sh
65
-$ git commit -m "chore(release): tag version v1.2.3"
+$ git commit -m "chore(release): tag version 1.2.3"
66
$ git push -u origin v1.2.3
67
```
68
0 commit comments