File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,9 @@ standard-version -t @scope/package\@
309
309
310
310
This will prefix your tags to look something like ` @scope/package@2.0.0 `
311
311
312
- If you do not want to have any tag prefix you can use the ` -t ` flag without value.
312
+ If you do not want to have any tag prefix you can use the ` -t ` flag and provide it with an ** empty string** as value.
313
+
314
+ > Note: simply -t or --tag-prefix without any value will fallback to the default 'v'
313
315
314
316
### CLI Help
315
317
@@ -368,9 +370,7 @@ As of version `7.1.0` you can configure multiple `bumpFiles` and `packageFiles`.
368
370
369
371
1 . Specify a custom ` bumpFile ` "` filename ` ", this is the path to the file you want to "bump"
370
372
2 . Specify the ` bumpFile ` "` updater ` ", this is _ how_ the file will be bumped.
371
-
372
373
a. If you're using a common type, you can use one of ` standard-version ` 's built-in ` updaters ` by specifying a ` type ` .
373
-
374
374
b. If your using an less-common version file, you can create your own ` updater ` .
375
375
376
376
``` js
You can’t perform that action at this time.
0 commit comments