semantic_release.ci_checks module¶
CI Checks
- semantic_release.ci_checks.check(branch: str = 'master')[source]¶
Detects the current CI environment, if any, and performs necessary environment checks.
- Parameters:
branch – The branch that should be the current branch.