From 1d0a7777b873433093e86eb7c3e3e58f8c05eb39 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Mon, 25 Jan 2021 17:23:10 -0300 Subject: [PATCH] docs: add commit-notes on readme issue: #7 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b3883a..abf4737 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ git-sv rn -h | ---------------------------- | ------------------------------------------------------------- | :----------------: | | current-version, cv | get last released version from git | :x: | | next-version, nv | generate the next version based on git commit messages | :x: | -| commit-log, cl | list all commit logs since last version as jsons | :heavy_check_mark: | +| commit-log, cl | list all commit logs according to range as jsons | :heavy_check_mark: | +| commit-notes, cl | generate a commit notes according to range | :heavy_check_mark: | | release-notes, rn | generate release notes | :heavy_check_mark: | | changelog, cgl | generate changelog | :heavy_check_mark: | | tag, tg | generate tag with version based on git commit messages | :x: |