Open kyletaylored opened 3 years ago
I ran into the same, seems like {{owner}}
isn't populated
Create a .changelog
file with this
<?php
return [
'commitUrlFormat' => '{{host}}/{{repository}}/commit/{{hash}}',
'compareUrlFormat' => '{{host}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}',
];
Hi, to check it I need to know the repository URL format to check how the regular expression works when parsing.
$ git remote show origin -n
* remote origin
Fetch URL: git@github.com:UN-OCHA/iasc8.git
Push URL: git@github.com:UN-OCHA/iasc8.git
Might be easier to clean the URL, replacing //
with /
in get....Url
methods
Strange that the owner is not populated. However I have released a new version with url clean and that improve the url format detection.
:+1:
Seeing a double slash after the hostname in the version comparison link.