Skip to content

Commit

Permalink
docs: include --organize option
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Sep 27, 2019
1 parent 5ed9b2a commit 1b9a12a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,28 @@ minor Bumps the <minor> part of semver.
### Options

```
-c --chlog Forces creation of CHANGELOG.md file.
-h --help Show help information and usage.
-H --chash Prepends commit hash into log.
-p --public Set scoped npm package for public access.
-u --update Update please to latest version.
-v --vfile Forces creation of VERSION file.
-V --version Forces the exact version to be released.
-y --yes Assume yes for any confirmation.
-c --chlog Forces creation of CHANGELOG.md file.
-h --help Show help information and usage.
-H --chash Prepends commit hash into log.
-o --organize Commit types as CSV for changelog or release notes.
(Default: feat,fix,refactor,perf,docs,infra,chore)
-p --public Set scoped npm package for public access.
-u --update Update _please to latest version.
-v --vfile Forces creation of VERSION file.
-V --version Forces the exact version to be released.
-y --yes Assume yes for any confirmation.```
```
### Examples
```sh
please
please --update
please --organize feat,fix,docs # only features, fixes and docs are included
please --vfile --chash
please minor --public --yes
please major --vfile --chlog
please --vfile --chlog --chash --version 1.5.0
```

#### Note
Expand Down

0 comments on commit 1b9a12a

Please sign in to comment.