Closed bahmutov closed 2 years ago
You can pass multiple HTML blocks via an array
// single html code block { html: '<div id="greeting">Hello</div>' } // multiple html code blocks // are concatenated { html: [ '<div id="greeting">Hello</div>', '<div id="name">World</div>' ] }
:tada: This PR is included in version 2.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
You can pass multiple HTML blocks via an array