-
Notifications
You must be signed in to change notification settings - Fork 31
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
cannot override issue URL when issueUrlFormat
has been set, because of repository.url
value
#34
Comments
…ackage.json. - This was an attempt to reproduce conventional-changelog/conventional-changelog-config-spec#34, but it's something we didn't have explicit coverage for.
Hi @achmadk – I've added a test case to Would you be able to provide the version of This is the raw
|
Previously, I am using Although the test case has succeeded, is it working too in OS windows? |
@achmadk, Could you try updating to |
I'm having a similar issue.
yeilds:
|
package.json "repository": {
"type": "git",
"url": "git+ssh://[email protected]/angusp-rex/javascript-project-template.git"
},
"bugs": {
"url": "https://rexproduct.atlassian.net/projects/WEB/issues"
}, .versionrc {
"issueUrlFormat": "https://rexproduct.atlassian.net/browse/{{id}}",
"userUrlFormat": "https://bitbucket.org/{{user}}",
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commits/{{hash}}"
}
with
|
My office use bitbucket and JIRA to organize SCM and issue management. I have set
repository.url
inside package.json file from bitbucket. For issue link, we use URL from JIRA instead. Here is our configuration insidepackage.json
file.I have set
issueUrlFormat
to JIRA issue URL. I think that when we have setissueUrlFormat
value, issue URL inside changelog.md file should be changed. Unfortunately, when runningstandard-changelog -f
, generated CHANGELOG.md file still use URL fromrepository.url
.Here is CHANGELOG.md file content after running
standard-changelog -f
The text was updated successfully, but these errors were encountered: