On a large repo, when releasing for the first time, I am hitting a rate limit:
AggregateError:
HttpError: API rate limit exceeded for installation ID 227XXXX.
I think there should be a delay and retry mechanism for this.
This should be simple enough to add with something like p-retry package.