Skip to content

Commit 8317c9e

Browse files
carlobernardinibcoe
authored andcommitted
docs(readme): describe how to apply no tag prefix at all (#325)
1 parent 42bad68 commit 8317c9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,16 @@ standard-version --dry-run
265265

266266
### Prefix Tags
267267

268-
If you would like to prefix your tags with something, you can do so with the `-t` flag.
268+
Tags are prefixed with `v` by default. If you would like to prefix your tags with something else, you can do so with the `-t` flag.
269269

270270
```sh
271271
standard-version -t @scope/package\@
272272
```
273273

274274
This will prefix your tags to look something like `@scope/[email protected]`
275275

276+
If you do not want to have any tag prefix you can use the `-t` flag without value.
277+
276278
### CLI Help
277279

278280
```sh

0 commit comments

Comments
 (0)