Skip to content

Commit 8a34a85

Browse files
thekibaKeen Yee Liau
authored and
Keen Yee Liau
committed
docs: fixes the changelog commits format
1 parent 2af2b67 commit 8a34a85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/templates/changelog-feat.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
%>
1313
<a href="https://github.com/angular/angular-cli/commit/<%= hash %>"><img
1414
align="top"
15-
title="Bug Fix" src="https://img.shields.io/badge/<%= shortSha %>-feat-blue.svg" />
15+
title="Feature" src="https://img.shields.io/badge/<%= shortSha %>-feat-blue.svg" />
1616
</a><%
1717
} %>
1818
</td>

scripts/templates/changelog-fix.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
%>
1313
<a href="https://github.com/angular/angular-cli/commit/<%= hash %>"><img
1414
align="top"
15-
title="Feature" src="https://img.shields.io/badge/<%= shortSha %>-fix-green.svg" />
15+
title="Bug Fix" src="https://img.shields.io/badge/<%= shortSha %>-fix-green.svg" />
1616
</a><%
1717
} %>
1818
</td>

0 commit comments

Comments
 (0)