release-lab / whatchanged

Elegant changelog generator. 优雅的变更日志生成器
https://release-lab.github.io
Other
55 stars 10 forks source link

fix: github orgs and ssh remote url parser #76

Closed stanistan closed 2 years ago

stanistan commented 2 years ago

Was testing this with a private github organization, and given the string, the tool would have a nil pointer exception at the re-parsing phase of getting the commitUrl.

Added:

This is definitely a rough fix, but something I tested while debugging the issue.