atlassian / lerna-semantic-release

📦:🛠✨💥 – fully automated package publishing
https://www.npmjs.com/package/lerna-semantic-release
683 stars 42 forks source link

Enable dry-run for pre #67

Open jpnelson opened 7 years ago

jpnelson commented 7 years ago

It'd be nice for our release to know in advance which packages will be released.

Pre knows this, but it also affects files on the file system.

It'd be nice to have a dry-run option that would disable writing the results, or maybe to split out pre into a separate step that would tell the next step what packages will get released. This next step could do the IO. Might be related to https://github.com/atlassian/lerna-semantic-release/issues/52