Closed
Description
Bug Report
Description
When generating the changelog for bitbucket server the commit URLs are not correct. In create_repo_url
method from RemoteHvcsBase
class it forces the path to start with /{self.owner}/{self.repo_name}/
, but in my case it should be /projects/{self.owner}/repos/{self.repo_name}/
and there's no way to override that.
Expected behavior
Possibility to change the default path for repo url from the config
Actual behavior
Not possible. Default path always starts with /{self.owner}/{self.repo_name}/