Skip to content

Commit

Permalink
docs: update README.md with prefix tag docs (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylim24 authored and bcoe committed Feb 14, 2019
1 parent 27e2ab4 commit 43e7cdc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,16 @@ npm run release -- --dry-run
standard-version --dry-run
```

### Prefix Tags

If you would like to prefix your tags with something, you can do so with the `-t` flag.

```sh
standard-version -t @scope/package\@
```

This will prefix your tags to look something like `@scope/package@2.0.0`

### CLI Help

```sh
Expand Down

0 comments on commit 43e7cdc

Please sign in to comment.