Skip to content

Commit 23c8f5d

Browse files
committed
chore: remove versioning prefixes to follow semantic versioning in commit
1 parent 5ba659d commit 23c8f5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/maintainers_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $ npm test
6262
6. Commit the changes on your release branch and open a pull request with relevant labels:
6363

6464
```sh
65-
$ git commit -m "chore(release): tag version v1.2.3"
65+
$ git commit -m "chore(release): tag version 1.2.3"
6666
$ git push -u origin v1.2.3
6767
```
6868

0 commit comments

Comments
 (0)