From 96aead079098ae2e77d440387fe3ad823d729655 Mon Sep 17 00:00:00 2001 From: Maksim Ekimovskii Date: Sun, 10 Jul 2016 16:43:45 +0300 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 018dc13..f1b602d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Handy command-line tool for managing changelog for your open source projects. md-changelog feature "Implemented new feature" # Add multiple entries the same type at once - md-changelog improvement --split-by "Code cleanup; New command-line --split-by key; Improved feature X" + md-changelog improvement --split-by=';' "Code cleanup; New command-line --split-by key; Improved feature X" Changelog may look like @@ -77,7 +77,9 @@ Release currently unreleased version # Set the version explicitly md-changelog release -v 1.0.0 - + + # Without confirmation dialog + md-changelog release -v 1.0.0 --force-yes ### Append new unreleased entry