-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): describe how to apply no tag prefix at all (#325)
- Loading branch information
1 parent
42bad68
commit 8317c9e
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -265,14 +265,16 @@ standard-version --dry-run | |
|
||
### Prefix Tags | ||
|
||
If you would like to prefix your tags with something, you can do so with the `-t` flag. | ||
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. | ||
|
||
```sh | ||
standard-version -t @scope/package\@ | ||
``` | ||
|
||
This will prefix your tags to look something like `@scope/[email protected]` | ||
|
||
If you do not want to have any tag prefix you can use the `-t` flag without value. | ||
|
||
### CLI Help | ||
|
||
```sh | ||
|