Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork78
Description
Is your feature request related to a problem? Please describe.
Microsoft...
The Azure DevOps stuff is quit ugly but we need to work with.
If I setup the author for changelog
authors = [ {username ="my-username",signature ="My Username On Web" }, {username ="my-username",signature ="My Username On My Machine" }, {username ="coworker-username",signature ="Coworker" }, {username ="coworker-username",signature ="Coworker (External)" },]
The link generated for the commit author ishttps://dev.azure.com/my-username. Which is a 404.
Describe the solution you'd like
Maybe a config to indicate the "git tool" (GitHub, gitlab, azure etc), then you can manage different cases when generating changelog.
As far as I know only Azure use specific pattern. I have the same issues with compare links and commit links.
Describe alternatives you've considered
For git links, I cheat with the following config:
[changelog]path ="CHANGELOG.md"template ="remote"remote ="dev.azure.com"# keep _git in path for link to git commitrepository ="_git/my-repo"owner ="my-org/my-group/"
But for authors and compare links no solution for now
Additional context
For tag compare the patter is:https://dev.azure.com/<OWNER>/_git/<REPOSITORY>/branchCompare?baseVersion=GT<TAG_FROM>&targetVersion=GT<TAG_TO>&_a=commits