What would you like?
Starting November 3rd, CircleCI will be rolling out blobless checkout as the default checkout method on CircleCI.
We already experimented with this and found that we needed the full checkout method for release (the semantic release portion), so we reverted it.
We'll want to ensure there's a mechanism to get the full checkout done for that release job by adding:
steps:
checkout:
method: full
Why is this needed?
No response
Other
No response