Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 3, 2021
1 parent 2f80d85 commit a31242d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ OPTIONS:
--project=/path/to/project/which/contains/.git/folder
--project=https://github.com/whatchanged-community/whatchanged.git
Defaults to "--project=$PWD".

--branch Specify clone branch. only works for remote git project.
Defaults to "--branch=master"

--output Write output to file. default write to stdout.

--fmt Specify the changelog format. Available options:
Expand Down
4 changes: 4 additions & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ OPTIONS:
--project=/path/to/project/which/contains/.git/folder
--project=https://github.com/whatchanged-community/whatchanged.git
Defaults to "--project=$PWD".

--branch Specify clone branch. only works for remote git project.
Defaults to "--branch=master"

--output Write output to file. default write to stdout.

--fmt Specify the changelog format. Available options:
Expand Down
1 change: 1 addition & 0 deletions cmd/whatchanged/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ OPTIONS:
Defaults to "--project=$PWD".
--branch Specify clone branch. only works for remote git project.
Defaults to "--branch=master"
--output Write output to file. default write to stdout.
Expand Down

0 comments on commit a31242d

Please sign in to comment.