Open oljekechoro opened 2 years ago
User sets a template string for diff urls in changelogs. The template string accepts some vars to form url.
There is no ability to change diff urls in changelogs.
tagDiffUrl: https://gerrit.foo.com/plugins/gitiles/${repoName}/+/refs/tags/${newTag} commitDiffUrl: https://gerrit.foo.com/plugins/gitiles/${repoName}/+/${hash}%5E%21
https://gerrit.foo.com/plugins/gitiles/${repoName}/+/refs/tags/${newTag}
https://gerrit.foo.com/plugins/gitiles/${repoName}/+/${hash}%5E%21
Issue type
Expected behavior
User sets a template string for diff urls in changelogs. The template string accepts some vars to form url.
Actual behavior
There is no ability to change diff urls in changelogs.