Closed rafael-jannone-frvr closed 2 years ago
Hey, @rafael-jannone-frvr,
You can try to add a delay via semantic-release/exec plugin:
{
plugins: [
...
'@semantic-release/github'
'@semantic-release/git'
[
'@semantic-release/exec',
{
sucessCmd: 'sleep 3',
}
],
]
}
It works! Thanks @antongolub !!
Great! So I'm closing this issue.
Good day,
I'm experimenting with this tool on an existing monorepo. It didn't have any previously published packages, just a lot of commits.
Got to a point where it would start working, when it was able to publish some 3 packages, and stumbled upon a Rate Limit error:
This repo is under active development, so uploading 3 or more packages at once will certainly happen.
Is there a way to mitigate this issue?