Skip to content

Conversation

@mwcz
Copy link
Contributor

@mwcz mwcz commented Nov 7, 2019

ignore compiled assets when determining version bumps

Update lerna's ignoreChanges patterns so that committing compiled assets doesn't trigger version bumps in every element, during every release. After this change, we should go back to the happy path of only the elements that change getting version bumps.

"elements/*/dist/*.css",
"elements/*/dist/*.js",
"elements/*/dist/*.map"
"elements/*/dist/**/*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to ignore the entire dist directory instead of just the files nested inside it? Also, there aren't any folders in the dist directory, just files so if you did want to keep the dist but ignore the files in it, dist/* would be sufficient.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're being extra careful here on purpose.

@castastrophe
Copy link
Contributor

Needs a changelog :) -- unless we're ready to start automating that part!

Copy link
Contributor

@kylebuch8 kylebuch8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good To Michael

@kylebuch8 kylebuch8 merged commit 0c33cd6 into master Nov 8, 2019
@kylebuch8 kylebuch8 deleted the lerna-ignore-update branch November 8, 2019 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants