Open
Description
Description
We are using the gitlab ci for our GitHub repos.
Currently, the owner and name are determined by CI environment variables or remote url.
https://github.com/relekang/python-semantic-release/blob/master/semantic_release/vcs_helpers.py#L92
In our scenario, we run the semantic release job using gitlab CI but the remote repo is a Github repo.
Use cases
In our scenario, we run the semantic release job using gitlab CI but the remote repo is a Github repo.
Possible implementation
Check the hvcs
settings before getting the owner and name from CI environment variables.