Make 'change log' a single word (#579)
This commit is contained in:
committed by
Olle Jonsson
parent
d5f82c5994
commit
d9cf6ffd94
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user