docs: fixes the changelog commits format

This commit is contained in:
thekiba 2019-05-08 00:18:08 +03:00 committed by Keen Yee Liau
parent 2af2b670f8
commit 8a34a85881
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
%>
<a href="https://github.com/angular/angular-cli/commit/<%= hash %>"><img
align="top"
title="Bug Fix" src="https://img.shields.io/badge/<%= shortSha %>-feat-blue.svg" />
title="Feature" src="https://img.shields.io/badge/<%= shortSha %>-feat-blue.svg" />
</a><%
} %>
</td>

View File

@ -12,7 +12,7 @@
%>
<a href="https://github.com/angular/angular-cli/commit/<%= hash %>"><img
align="top"
title="Feature" src="https://img.shields.io/badge/<%= shortSha %>-fix-green.svg" />
title="Bug Fix" src="https://img.shields.io/badge/<%= shortSha %>-fix-green.svg" />
</a><%
} %>
</td>