Make 'change log' a single word (#579)
This commit is contained in:
committed by
Olle Jonsson
parent
d5f82c5994
commit
d9cf6ffd94
@@ -10,7 +10,7 @@
|
||||
\fBgit generate\-changelog\fR [\-h|\-\-help] [\-u|\-\-user] [\-p|\-\-project]
|
||||
.
|
||||
.SH "DESCRIPTION"
|
||||
Automatically generate change log from your tags, issues, labels and pull requests on GitHub\.
|
||||
Automatically generate changelog from your tags, issues, labels and pull requests on GitHub\.
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
\-u, \-\-user [USER]
|
||||
@@ -70,7 +70,7 @@ Setup custom label for closed\-issues section\. Default is "\fBClosed issues:\fR
|
||||
\-\-header\-label [LABEL]
|
||||
.
|
||||
.P
|
||||
Setup custom header label\. Default is "# Change Log"
|
||||
Setup custom header label\. Default is "# Changelog"
|
||||
.
|
||||
.P
|
||||
\-\-front\-matter [JSON]
|
||||
@@ -178,7 +178,7 @@ Issues with the specified labels will be always added to "Implemented enhancemen
|
||||
\-\-exclude\-tags x,y,z
|
||||
.
|
||||
.P
|
||||
Change log will exclude specified tags
|
||||
Changelog will exclude specified tags
|
||||
.
|
||||
.P
|
||||
\-\-exclude\-tags\-regex [REGEX]
|
||||
@@ -190,13 +190,13 @@ Apply a regular expression on tag names so that they can be excluded, for exampl
|
||||
\-\-since\-tag x
|
||||
.
|
||||
.P
|
||||
Change log will start after specified tag
|
||||
Changelog will start after specified tag
|
||||
.
|
||||
.P
|
||||
\-\-due\-tag x
|
||||
.
|
||||
.P
|
||||
Change log will end before specified tag
|
||||
Changelog will end before specified tag
|
||||
.
|
||||
.P
|
||||
\-\-max\-issues [NUMBER]
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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> --pr-label [LABEL]</p>
|
||||
|
||||
@@ -186,15 +186,15 @@
|
||||
|
||||
<p> --exclude-tags x,y,z</p>
|
||||
|
||||
<p> Change log will exclude specified tags</p>
|
||||
<p> Changelog will exclude specified tags</p>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ git-generate-changelog(1) - Generate changelog from github
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
|
||||
Automatically generate changelog from your tags, issues, labels and pull requests on GitHub.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
@@ -49,7 +49,7 @@ Automatically generate change log from your tags, issues, labels and pull reques
|
||||
|
||||
--header-label [LABEL]
|
||||
|
||||
Setup custom header label. Default is "# Change Log"
|
||||
Setup custom header label. Default is "# Changelog"
|
||||
|
||||
--front-matter [JSON]
|
||||
|
||||
@@ -121,7 +121,7 @@ Automatically generate change log from your tags, issues, labels and pull reques
|
||||
|
||||
--exclude-tags x,y,z
|
||||
|
||||
Change log will exclude specified tags
|
||||
Changelog will exclude specified tags
|
||||
|
||||
--exclude-tags-regex [REGEX]
|
||||
|
||||
@@ -129,11 +129,11 @@ Automatically generate change log from your tags, issues, labels and pull reques
|
||||
|
||||
--since-tag x
|
||||
|
||||
Change log will start after specified tag
|
||||
Changelog will start after specified tag
|
||||
|
||||
--due-tag x
|
||||
|
||||
Change log will end before specified tag
|
||||
Changelog will end before specified tag
|
||||
|
||||
--max-issues [NUMBER]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user