From 9fc08f4c50160374298bf77701ee5e299fa435a0 Mon Sep 17 00:00:00 2001 From: orhun Date: Sun, 20 Jun 2021 16:57:26 +0300 Subject: [PATCH] feat(changelog): support setting the body template via args --- README.md | 1 + git-cliff/src/args.rs | 17 +++++++++++++++-- git-cliff/src/lib.rs | 3 +++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 025368d2d5..1d7b310440 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ git-cliff [FLAGS] [OPTIONS] [RANGE] -p, --changelog Prepends entries to the given changelog file [env: CHANGELOG=] -o, --output Writes output to the given file [env: OUTPUT=] -t, --tag Sets the tag for the latest version [env: TAG=] +-b, --body