Skip to content

Commit

Permalink
chore(docs): add cli flag to args.md
Browse files Browse the repository at this point in the history
Signed-off-by: Bukowa <gitbukowa@gmail.com>
  • Loading branch information
bukowa committed Jun 15, 2024
1 parent 7ff5464 commit 1499e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/usage/args.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ git-cliff [FLAGS] [OPTIONS] [--] [RANGE]
-p, --prepend <PATH> Prepends entries to the given changelog file [env: GIT_CLIFF_PREPEND=]
-o, --output [<PATH>] Writes output to the given file [env: GIT_CLIFF_OUTPUT=]
-t, --tag <TAG> Sets the tag for the latest version [env: GIT_CLIFF_TAG=]
--bump-initial-tag <TAG> Sets the initial tag (version) to be set if no tag is found [env: GIT_CLIFF_BUMP_INITIAL_TAG=]
-b, --body <TEMPLATE> Sets the template for the changelog body [env: GIT_CLIFF_TEMPLATE=]
-s, --strip <PART> Strips the given parts from the changelog [possible values: header, footer, all]
--sort <SORT> Sets sorting of the commits inside sections [default: oldest] [possible values: oldest, newest]
Expand Down

0 comments on commit 1499e40

Please sign in to comment.