Skip to content

Commit

Permalink
docs(readme): describe how to apply no tag prefix at all (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobernardini authored and bcoe committed May 5, 2019
1 parent 42bad68 commit 8317c9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8317c9e

Please sign in to comment.