You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chore: Add missing space in blog post template (#9407)
For non-patch releases, template used to generate this string:
> This release adds some new features andfixes several bugs found in the previous release.
Now it generates this string:
> This release adds some new features and fixes several bugs found in the previous release.
Copy file name to clipboardexpand all lines: templates/blogpost.md.ejs
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ tags:
7
7
---
8
8
# ESLint v<%= version %> released
9
9
10
-
We just pushed ESLint v<%- version %>, which is a <%- type %> release upgrade of ESLint. This release <%if (type !=="patch") { %>adds some newfeatures and<% } %>fixes several bugs found in the previous release. <%if (type ==="major") { %>This release also has some breaking changes, so please read the following closely. <% } %>
10
+
We just pushed ESLint v<%- version %>, which is a <%- type %> release upgrade of ESLint. This release <%if (type !=="patch") { %>adds some newfeatures and<% } %>fixes several bugs found in the previous release. <%if (type ==="major") { %>This release also has some breaking changes, so please read the following closely. <% } %>
0 commit comments