Verified Commit 459359fd authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬
Browse files

fix(release): set the correct release branch

The default branch here is `master` not `main`. I missed this in the
onboarding in
!137

This should fix failures like
https://gitlab.com/gitlab-org/ruby/gems/labkit-ruby/-/jobs/10133227989
parent ede29678
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
{
  "branches": [
    "main"
  ],
  "branches": ["master"],
  "plugins": [
    [
      "@semantic-release/commit-analyzer",