Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
add preid to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Mar 13, 2015
1 parent 7fb8a69 commit d588ac4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,18 @@ Set the amount of spaces for indentation in the result JSON file.
Type: `Number`
Default: Same as original source file
### options.preid
Set the prerelase tag to use
Type: `String`
Default: `null`
Example:
```js
bump({type: 'prerelease', preid : 'alphaWhateverTheYWant'});
// => '0.0.2-alphaWhateverTheYWant.0'
```
## Versioning
#### Versioning Used: [Semantic](http://semver.org/)
Expand Down

0 comments on commit d588ac4

Please sign in to comment.