-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix local pkg versions #43
Fix local pkg versions #43
Conversation
I tried to open a PR to the branch in #42 but it wasn't working for some reason |
@bitgopatmcl counter to my message in slack -- we might as well try this again to see exactly how it blew up. I can't find the logs from the last attempt, and this won't make anything worse 🙂 so fire in the hole |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe I already tried this but can't find the proof of it! So I expect this to break, in a different spot than it's currently breaking, but not to make anything worse, so let's give it a shot and collect that data
`multi-semantic-release`'s readme says to use `*` as the version field for monorepo packages, but this fails in a strange way. This switches them to `0.0.0-semantically-released` as recommended in a Github issue. See: dhoulb/multi-semantic-release#102
35452d4
to
6a1c0ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for rebasing
Not sure what would have happened if we left that last commit from #42 in there but this is certainly cleaner 🚀 what a craftsman!
🎉 This PR is included in version 1.0.0-beta.1 🎉 The release is available on npm package (@beta dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 0.2.0-beta.1 🎉 The release is available on npm package (@beta dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 0.1.1-beta.1 🎉 The release is available on npm package (@beta dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 0.2.0-beta.1 🎉 The release is available on npm package (@beta dist-tag) Your semantic-release bot 📦🚀 |
multi-semantic-release
's readme says to use*
as the version field for monorepo packages, but this fails in a strange way. This switches them to0.0.0-semantically-released
as recommended in a Github issue.See: dhoulb/multi-semantic-release#102