semantic-release / changelog

:blue_book: semantic-release plugin to create or update a changelog file
MIT License
304 stars 28 forks source link

How to configure/disable URL generation from `issueId`? #356

Open easingthemes opened 1 year ago

easingthemes commented 1 year ago

Hi, I have a problem with URL generation from issueId in Azure DevOps.

How is issueId from commit message used to generate issue and commit URL? Is there a way to configure creation of the URL, for both issues and commits? If there is no way to configure it, can it be disabled?

With commit message:

fix: #123 Commit message

Changelog line is:

REPO_URL is from Origin URL: ssh.dev.azure.com:v3/PROJECT_PATH/REPO_PATH

Issues URL:

Generated: https://ssh.dev.azure.com/v3/PROJECT_PATH/REPO_PATH/issues/123 Should Be: https://dev.azure.com/PROJECT_PATH/_workitems/edit/123

Commits:

Generated: https://ssh.dev.azure.com/v3/PROJECT_PATH/REPO_PATH/commit/123 Should Be: https://dev.azure.com/PROJECT_PATH/_git/REPO_PATH/commit/123

travi commented 1 year ago

the release notes that end up in the changelog are generated by the release-notes-generator plugin. available options can be found here: https://github.com/semantic-release/release-notes-generator#options