You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's still functional, just deprecated. The issue you're experiencing is that you're using the command.publish namespace to configure githubRelease, and we missed that during the refactoring. We did not intentionally violate semver.
Hello guys! I have been using lerna to release my monorepos for a while, and it have been a good fit all the time.
But...
Yesterday I was setting up a new monorepo, and seeing at the logs generated by mi CI, I've saw that the release was skipped.
By taking a look at the latest release, I've saw that
githubRelease
was deprecated in favour ofcreateRelease
.I think this broke the semver specification, which says that *every breaking change should be a major release".
Any thoughts?
The text was updated successfully, but these errors were encountered: