From d89f22fce9f90e883b4b0ef5b4cf0282c44ae802 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 7 Feb 2022 20:45:04 +0700 Subject: [PATCH] chore: explain --from, --to --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bb9c3bc..39b529e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ GO111module=on go get github.com/haunt98/changeloguru/cmd/changeloguru ## Usage +`--from` is commit in the future. + +`-to` is commit in the past. + ```sh # Help changeloguru --help