blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

Consider excluding test-only changes from lerna release

Open maribethb opened this issue 11 months ago • 0 comments

Check for duplicates

  • [ ] I have searched for similar issues before opening a new one.

Component

lerna config

Problem

Lerna will publish a new version of a plugin even if the only code changes to it were in the test/ directory. This would result in a new version number but no meaningful change to the published code.

Request

Configure lerna to ignore changes in test/ directories for plugins.

We should ensure that no plugin actually publishes their test directory or else this would have unintended consequences.

Alternatives considered

No response

Additional context

No response

maribethb avatar Mar 14 '24 18:03 maribethb