Breaking change
The CI scripts now assume the default branch to be named main
. If your default branch is named master
, you need to set this environment variable to bring back the old behavior:
BASE_BRANCH=origin/master
Full Changelog: v10.1.3...v11.0.0