Replies: 1 comment 2 replies
-
Am I right, that it is simply not possible? I've seen in the code (https://github.com/rfennell/AzurePipelines/blob/main/Extensions/XplatGenerateReleaseNotes/XplatGenerateReleaseNotesTask/src/GenerateReleaseNotes.ts) that your get the values via tl.getVariable("System.TeamProject"); and tl.getVariable("System.TeamFoundationCollectionUri"); And I think that the only way would be to offer an override like you have already done it with overrideActiveBuildReleaseId. Would you be open for a merge request, if I would implement it? thx, Arne |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Repository where I store all my Azure Devops YAML Pipelines and other related materials like templates an bash scripts. The pipelines are executed within this repository. The actual project, wich contains the application itself, is loaded from a separate repository via resources:
I've integrated the GenerateReleaseNotes Extension in a pipeline task. Currently it generates the release notes for the main project, which includes the pipelines. However, I would like the release notes to be generated for the projectrepo instead.
Is it possible to specify the repository that should be used for generating the release notes?
Thank you,
Arne
Beta Was this translation helpful? Give feedback.
All reactions