Closed EmmanuelRoux closed 2 years ago
Provide a way to customize the injected script tag.
script
Currently, it is inserted as <script src="..." defer async type="text/javascript">.
<script src="..." defer async type="text/javascript">
It would be great to be able to add custom attributes to script tag, such as data-cookieconsent="statistics".
data-cookieconsent="statistics"
:tada: This issue has been resolved in version 2.2.0 :tada:
The release is available on:
v2.2.0
Your semantic-release bot :package::rocket:
Provide a way to customize the injected
script
tag.Currently, it is inserted as
<script src="..." defer async type="text/javascript">
.It would be great to be able to add custom attributes to script tag, such as
data-cookieconsent="statistics"
.