We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af2b67 commit 8a34a85Copy full SHA for 8a34a85
scripts/templates/changelog-feat.ejs
@@ -12,7 +12,7 @@
12
%>
13
<a href="https://github.com/angular/angular-cli/commit/<%= hash %>"><img
14
align="top"
15
- 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" />
16
</a><%
17
} %>
18
</td>
scripts/templates/changelog-fix.ejs
- 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" />
0 commit comments