Fix release post template syntax errors and add prettierignore (#36411)
Fix some template issues, add prettierignore to disable prettier on ejs files.
This commit is contained in:
parent
b1f80c1271
commit
141a0bd6b4
|
@ -0,0 +1 @@
|
|||
*.ejs
|
|
@ -49,6 +49,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</figure>
|
||||
<!-- /wp:table -->
|
||||
<% } else { %>
|
||||
<!-- wp:paragraph -->
|
||||
<p>There are no database changes in this release.</p>
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
<title>Authentication Success</title>
|
||||
</head>
|
||||
|
||||
<body>Authentication successful, please return the console to complete the process.</body>
|
||||
<body>Authentication successful, please return to the console to complete the process.</body>
|
||||
</html>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<!-- wp:paragraph -->
|
||||
<p>We are pleased to announce the release of WooCommerce <%= displayVersion %>. This release should be backwards compatible with the previous version.</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>This release contains:</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</figure>
|
||||
<!-- /wp:table -->
|
||||
<% } else { %>
|
||||
<!-- wp:paragraph -->
|
||||
<p>There are no template changes in this release.</p>
|
||||
|
|
Loading…
Reference in New Issue