Lars Kappert
Lars Kappert
- By default `package.json#version` is used: https://github.com/release-it/release-it#latest-version - Using this with or without `--dry-run` should not make a difference (also it makes no sense to add `--dry-run`). - Example usage:...
Closing due to inactivity.
You can try quoting: ``` --'plugins./.release-it/plugins/Dump.mjs.param=455' '--plugins./.release-it/plugins/Dump.mjs.param=455' ```
In the example `package.json`, the argument is not quoted ```shell "release-candidate": "release-it '--plugins../release/calver-plugin.js.candidate'" ``` You'd need to fiddle a bit with the dots and the quotes to get it right....
Maybe you can omit the `.js` extension? Or is it ESM and fails because of that? Either way, it's something I might be able to handle/fix in release-it core.
Feel free to take a stab at it btw, happy to review PRs.
Do you have a reproducible case I can check out?
You're using Nx in-between, that might be the culprit. Also I see `nx` starting `release-it` and then using `npx nx` from the release-it hooks. This might be too many processes...
Closing due to inactivity.
In case you missed it: you can use `--config release-it.ts` - or does that not work? PR is welcome, release-it uses [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig).