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:
Sam Seay 2023-01-18 18:43:00 +13:00 committed by GitHub
parent b1f80c1271
commit 141a0bd6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
*.ejs

View File

@ -49,6 +49,7 @@
</tbody> </tbody>
</table> </table>
</figure> </figure>
<!-- /wp:table -->
<% } else { %> <% } else { %>
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p>There are no database changes in this release.</p> <p>There are no database changes in this release.</p>

View File

@ -3,5 +3,5 @@
<title>Authentication Success</title> <title>Authentication Success</title>
</head> </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> </html>

View File

@ -5,6 +5,7 @@
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p>We are pleased to announce the release of WooCommerce <%= displayVersion %>. This release should be backwards compatible with the previous version.</p> <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 -->
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p>This release contains:</p> <p>This release contains:</p>
<!-- /wp:paragraph --> <!-- /wp:paragraph -->

View File

@ -22,6 +22,7 @@
</tbody> </tbody>
</table> </table>
</figure> </figure>
<!-- /wp:table -->
<% } else { %> <% } else { %>
<!-- wp:paragraph --> <!-- wp:paragraph -->
<p>There are no template changes in this release.</p> <p>There are no template changes in this release.</p>