Skip to content

Commit

Permalink
docs(README.md): update readme with new usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Apr 24, 2015
1 parent 1a3fff9 commit 8545a68
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ USAGE:
clog [FLAGS] [OPTIONS]
FLAGS:
--from-latest-tag uses the latest tag as starting point (ignores other --from parameters)
--from-latest-tag use latest tag as start (instead of --from)
-h, --help Prints help information
--major Increment major version by one (Sets minor and patch to 0)
--minor Increment minor version by one (Sets patch to 0)
--patch Increment patch version by one
-v, --version Prints version information
-h, --help Prints this message
OPTIONS:
--subtitle=subtitle e.g. crazy-release-title
--from=from e.g. 12a8546
-r, --repository=repository e.g. https://github.com/thoughtram/clog
--setversion=setversion e.g. 1.0.1
--subtitle=subtitle e.g. crazy-release-title
--to=to e.g. 8057684 (Defaults to HEAD when omitted)
--from=from e.g. 12a8546
```

Try it!
Expand Down

0 comments on commit 8545a68

Please sign in to comment.