-
Notifications
You must be signed in to change notification settings - Fork 115
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: avoid multiple verifyConditions
invocation
#416
base: master
Are you sure you want to change the base?
fix: avoid multiple verifyConditions
invocation
#416
Conversation
266c970
to
a8981db
Compare
a8981db
to
66eb0e4
Compare
Nice approach! |
i recommend that you fork and publish a version under you own scope if you need this quickly. we are a very small team of volunteer maintainers and have other priorities than those that impact your timeline. this looks like a small change, but we need to consider the implications that this could have on a process that has been working well for lots of users for a long time. it appears that this is only a problem because you are using semantic-release in a monorepo, which is an unsupported use case. we recognize that there are tools that enable support on top of our core, but officially it is unsupported. we do want to make support possible through tools like the one your are using, but that support is a lower priority than our core functionality. further, does this change even fully solve the problem, or does it just lower the chance of the problem? will this problem resurface if your monorepo grows to have even more packages? |
We really appreciate and we are grateful to the semrel team for all the work that you do.
|
fyi I filed a support ticked with GitHub about npm's responses in case of a rate limit. The ticket got escalated but I didn't hear back yet. I asked about how to recognize a rate-limitted response so that we can throttle/retry requests. |
Nice! We're now experimenting with a custom npm plugin. Approach with |
683f0da
to
e5544b1
Compare
I received a response from support
|
would be nice to understand if there is a
it sounds like this is occurring with the |
Hi, do we have any update on this? I'm facing the same issue randomly using multi-semantic-release |
closes #414