Skip to content

Commit 8a34a85

Browse files
thekibaKeen Yee Liau
authored andcommitted
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)