Skip to content

Commit 9fedd51

Browse files
platinumazureilyavolodin
authored andcommittedOct 10, 2017
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.
1 parent 7654c99 commit 9fedd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/blogpost.md.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags:
77
---
88
# ESLint v<%= version %> released
99

10-
We just pushed ESLint v<%- version %>, which is a <%- type %> release upgrade of ESLint. This release <% if (type !== "patch") { %>adds some new features 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 new features 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. <% } %>
1111

1212
<%
1313
const RULE_REGEX = new RegExp(`\`?\\b(${ruleList.join("|")})\\b\`?`, "g");

0 commit comments

Comments
 (0)
Please sign in to comment.