Using another branch to generate release notes #2133
jlowe-SFDC
started this conversation in
General
Replies: 2 comments 1 reply
-
|
At it's core the task used the Azure DevOps API calls that return the commits and WI changes between two pipeline runs. A limitation of these API calls is that you must
So, yes, I think the fact you have 'special checkout handling' is the root of the problem. I would look at either
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Yes, the buildid is the number you want, the mistake people make is confusing the build definition ID and the build run ID |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @rfennell
I would love to use this extension but having a few issues. Hoping you can help clarify...
Here's my current (high level) process that I'm struggling with. I'm not sure I can do what I need very easily using this...
The task runs (using v4) but the release notes generated are still blank. In the output file, I can see that it is still referencing ref/heads/main via the buildDetails.sourceBranch. So I assume by manually doing a checkout for a specified branch doesn't update these variables and therefore the task just runs against main.
My use case means that we have to go to a release board and show documentation for what we are about to release to the higher environment so I can't really run this off main after release and need to specify the branch, or a commit Id to compare against.
Is there a better way to do this?
Beta Was this translation helpful? Give feedback.
All reactions