Skip to content

Add support for Azure Repos pull requests messages #1543

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

Closed
janpieterz opened this issue Dec 3, 2018 · 5 comments
Closed

Add support for Azure Repos pull requests messages #1543

janpieterz opened this issue Dec 3, 2018 · 5 comments
Labels

Comments

@janpieterz
Copy link

Been struggling for a while to get the Pull Request merge versions right. Either Azure Repos/VSTS changed something or we did it manually for a while, overriding the default.

I just tested and the default message is:
Merge pull request 443 from hotfix/2.17.7 into master.

It'd be great if someone could confirm the above is indeed the default message for them as well (couldn't find any docs).

If this'd be appreciated I'd be very happy to shoot in a pull request for it.

@godzillar
Copy link

This is what our Azure devops merge message looks like:
Merged PR 1234: A custom PR title

What I do when creating a release is actually changing the title to the merge message GitVersion expect, as in: Merge branch 'release/1.0'. This way the git message is detected by GitVersion.

It would be great if GitVersion would just look for the branch name release/1.0 when the pull request is merged with master branch.

@janpieterz
Copy link
Author

Confirmed the Merged PR X: Y flow here too, not sure where Merge pull request came from.

@godzillar
Copy link

I think this pull request #1488 could help solve our problem here

@janpieterz
Copy link
Author

True, when landed we could close this.

@stale
Copy link

stale bot commented Jun 29, 2019

This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 29, 2019
@stale stale bot closed this as completed Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants