Skip to content

Commit 43e7cdc

Browse files
anthonylim24bcoe
authored andcommitted
docs: update README.md with prefix tag docs (#284)
1 parent 27e2ab4 commit 43e7cdc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,16 @@ npm run release -- --dry-run
230230
standard-version --dry-run
231231
```
232232

233+
### Prefix Tags
234+
235+
If you would like to prefix your tags with something, you can do so with the `-t` flag.
236+
237+
```sh
238+
standard-version -t @scope/package\@
239+
```
240+
241+
This will prefix your tags to look something like `@scope/[email protected]`
242+
233243
### CLI Help
234244

235245
```sh

0 commit comments

Comments
 (0)