Make 'change log' a single word (#579)

This commit is contained in:
Saugat Acharya
2017-12-14 02:51:00 +05:45
committed by Olle Jonsson
parent d5f82c5994
commit d9cf6ffd94
15 changed files with 48 additions and 48 deletions
+5 -5
View File
@@ -80,7 +80,7 @@
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Automatically generate change log from your tags, issues, labels and pull requests on GitHub.</p>
<p>Automatically generate changelog from your tags, issues, labels and pull requests on GitHub.</p>
<h2 id="OPTIONS">OPTIONS</h2>
@@ -122,7 +122,7 @@
<p> --header-label [LABEL]</p>
<p> Setup custom header label. Default is "# Change Log"</p>
<p> Setup custom header label. Default is "# Changelog"</p>
<p> --front-matter [JSON]</p>
@@ -194,7 +194,7 @@
<p> --exclude-tags x,y,z</p>
<p> Change log will exclude specified tags</p>
<p> Changelog will exclude specified tags</p>
<p> --exclude-tags-regex [REGEX]</p>
@@ -202,11 +202,11 @@
<p> --since-tag x</p>
<p> Change log will start after specified tag</p>
<p> Changelog will start after specified tag</p>
<p> --due-tag x</p>
<p> Change log will end before specified tag</p>
<p> Changelog will end before specified tag</p>
<p> --max-issues [NUMBER]</p>