Open StephenCooper opened 2 years ago
@markcellus created https://www.npmjs.com/package/release-it-cjs, maybe that can be used?
It’s ironic that this project’s packages were broken by that move, since this project exists to provide ESM packages for packages that aren’t there yet …
I have just noticed that all the packages based off this template have been failing to publish new versions since the
release-it
dependency was automatically upgraded to v15 as part of https://github.com/esm-bundle/autopublish-template/pull/327. The tests do not run the publish step, hence why this was automatically merged.For example, the GitHub Action for the
esm-bundle/react
publish step is failing with the following error. https://github.com/esm-bundle/react/runs/6240303850?check_suite_focus=trueFrom what I can see this is most likely because of https://github.com/release-it/release-it/issues/909 which breaks non esm projects.
I am fairly new to all these things but I wonder if in the short term it would be possible to pin
release-it
to v14 to enable the GitHub actions to succeed again?