Commit 683adf82 authored by Girija Saint Ange's avatar Girija Saint Ange
Browse files

Merge branch...

Merge branch '35-semantic-release-info-job-doesn-t-work-on-protected-branches-other-than-the-semantic-release' into 'master'

Resolve "semantic-release-info job doesn't work on protected branches other than the semantic-release default"

Closes #35

See merge request to-be-continuous/semantic-release!50
parents 35b08bf2 7876e3e7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -430,8 +430,7 @@ stages:
          echo "${gitPluginConfig}"
          echo ""
          echo "branches:"
          echo "  - 'master'"
          echo "  - 'main'"
          echo "  - '${CI_COMMIT_REF_NAME}'"
        } > "${semrelConfigFile}"
        cat "${semrelConfigFile}"
      fi