generate-changelog icon indicating copy to clipboard operation
generate-changelog copied to clipboard

Full URL to github issue in commit messages seem to break the changelog

Open claustres opened this issue 4 years ago • 0 comments

Instead of commit messages like this:

feat: xxx
closes #29

We used to write the full link to the issue like this:

feat: xxx
closes https://github.com/kalisio/k-vigicrues/issues/29

Github handles tihs smoothly (eg https://github.com/kalisio/k-vigicrues/commit/bcf2dff5cc5298c850242e57ebe3741f9def8866) but the text formatting of the changelog seems to break with such messages:

Other Changes

  • updated badge url (4bfcd4a4)
  • //github.com/kalisio/k-vigicrues/issues/29 (722c47a2)
  • ...

claustres avatar Dec 22 '20 13:12 claustres