Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[FEATURE] Azure DevOps Support for Changelog #499

Open
Assignees
oknozor
Labels
enhancementNew feature or request
@bchatard

Description

@bchatard

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp