Skip to content

Commit f940c47

Browse files
committed
(doc) Removed note about case sensitive comparison
- This was corrected in GH-60
1 parent 9ae358e commit f940c47

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

docs/configuration/exclude-issues.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,4 @@ issue-labels-exclude:
2121
<p class="last">
2222
All issues assigned to a milestone have to have a label which matches to one listed in the include to exclude sections of the GitReleaseManager.yaml file or the default configuration.
2323
</p>
24-
</div>
25-
26-
<div class="admonition error">
27-
<p class="first admonition-title">Note</p>
28-
<p class="last">
29-
GitReleaseManager uses a case sensitive comparison when checking for labels to include and exclude. i.e. Bug is NOT the same as bug.
30-
</p>
3124
</div>

docs/configuration/include-issues.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,4 @@ issue-labels-include:
2323
<p class="last">
2424
All issues assigned to a milestone have to have a label which matches to one listed in the include to exclude sections of the GitReleaseManager.yaml file or the default configuration.
2525
</p>
26-
</div>
27-
28-
<div class="admonition error">
29-
<p class="first admonition-title">Note</p>
30-
<p class="last">
31-
GitReleaseManager uses a case sensitive comparison when checking for labels to include and exclude. i.e. Bug is NOT the same as bug.
32-
</p>
3326
</div>

0 commit comments

Comments
 (0)