semantic-release / gitlab

:fox_face: semantic-release plugin to publish a GitLab release
MIT License
269 stars 78 forks source link

fix: get rid of import assertion #708

Closed fgreinacher closed 2 months ago

fgreinacher commented 2 months ago

Neither import assertions nor the with keyword is supported across our supported versions.

Instead of going for a breaking change and raise our Node dependency I suggest we apply the same logic as in the GitHub plugin.

Resolves https://github.com/semantic-release/gitlab/issues/704

travi commented 2 months ago

Neither import assertions nor the with keyword is supported across our supported versions.

Thanks for confirming that. Absolutely agree given that info :+1: