changelog icon indicating copy to clipboard operation
changelog copied to clipboard

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

Open easingthemes opened this issue 2 years ago • 1 comments

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

easingthemes avatar Aug 26 '23 12:08 easingthemes

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

travi avatar Aug 27 '23 02:08 travi