jscutlery/semver

commit hash of each changelog content cannot be converted into link

abjutus opened this issue · 1 comments

Description

No matter if I customize the options or not, the link of commit hash could not be generated correctly.

https://github.com/abjutus/portfolio/commit/713e3790162b736c3f5180023143bf8440285a03

image

Configurations

Even I use the string type preset, and run command nx run portfolio:version, it did not generate changelog content as expected.

{
  ...,
  "version": {
    "executor": "@jscutlery/semver:version",
    "options": {
      "baseBranch": "main",
      "preset": "conventionalcommits",
      "commitMessageFormat": "release: bump version to {version} [skip ci]"
    }
  }
}
edbzn commented

Hi @abjutus, you edited the generated file in the link, right? If you check the changelog here links of commit sha are correct, no need to customize it to work with GitHub.