Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
prawn-cake committed Jul 10, 2016
1 parent d396e21 commit 96aead0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 96aead0

Please sign in to comment.