Skip to content

dev/release: specify clone with depth 1 instead of 10

Administrator requested to merge k/20220420-clone-depth into main

Created by: keegancsmith

10 seems like a weird magic number copy pasted from somewhere. The operations we do on the repo don't seem like they need more than the latest commit.

Test Plan: dry run for tags and commented out main branch check. Then ran yarn release release:create-candidate 3

Merge request reports

Loading