Skip to content

Commit

Permalink
add noVersionPrefix to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Oct 8, 2020
1 parent 284c18a commit 252939f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/pages/docs/configuration/autorc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ Email to use with git.
}
```

### noVersionPrefix

Do not make tags or releases with a `v` prefix.

```json
{
"noVersionPrefix": true
}
```

### Command Defaults

For some commands you can supply defaults for some options.
Expand Down

0 comments on commit 252939f

Please sign in to comment.