Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
easingthemes opened this issue Aug 26, 2023 · 1 comment
Open

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

easingthemes opened this issue Aug 26, 2023 · 1 comment

Comments

@easingthemes
Copy link

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
Copy link
Member

travi commented Aug 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants