-
Notifications
You must be signed in to change notification settings - Fork 431
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
Seems it does not work for Release with GIT in Bitbucket #1003
Comments
Given the version number I think you are using the cross platform node based version of my Release Notes. I will have to spin up a Bitbucket instance to retest this, but my initial questions are
|
Thanks for prompt reply, Richard!
cloud
private |
I have re-tested and agree that when the source repository is Bitbucket that there is an issue
The issue is with the call 'getChangesBetweenBuilds' in the Microsoft Node SDK. I have checked that the direct REST API call exhibits the same results i.e. nothing returned. This is a limitation of the Microsoft provided REST API, nothing I can really do here. I have logged an issue on the Microsoft project repo. Let's see what they come back with if anything. But I suspect it might be by design |
Hi Richard, apparently it does not work with GitHub either. |
That makes sense, Azure DevOps only fully support detail when the source is located internally to Azure DevOps. I will update the issue if have raised with Microsoft |
As far as I understand we can get edge commits from AzureDevOps builds and then use GitHub API to get the difference between them? |
Yes a potential solution, but something I would like to avoid if I can. |
Azure DevOps Extensions
Generate Release Notes (Cross Platform Node)
Platform
Azure DevOps Services
Azure DevOps Server (TFS) Version
No response
Extension Version
3.51.2
Describe the bug
Repo Steps
Expected Behavior
Method should return a collection of changesets but returns empty collection
Logging Information
No response
The text was updated successfully, but these errors were encountered: