Skip to content
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

Generate release notes for the other repos #131

Open
Karthickvr opened this issue Jun 2, 2021 · 2 comments
Open

Generate release notes for the other repos #131

Karthickvr opened this issue Jun 2, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@Karthickvr
Copy link

Hi there,

Thanks for this awesome extension.
Btw, we have the scenario of having multiple repos and using the multi stage yaml pipeline in separate repo for building the latest artifacts from the above said different repos.

The problem is that the release notes generator extention is not fetching the related work items from all these multiple repos but it is only retrieving the work items from the current release management repo where the multi stage yaml pipeline is running.

Would it be possible to pass the repo names list to the release generator extension, that will list all the work items related to that repo and that branch rather only retrieving from the current working branch?

Appreciate your appropriate response and much appreciated.

Thanks,
Rishi

@rfennell
Copy link
Owner

rfennell commented Jun 2, 2021

It should be possible, hopefully it can be done by looking up the consumed resources, no need for a manual list

I will have a think and get back to you.

@rfennell rfennell added the enhancement New feature or request label Jun 3, 2021
@rfennell
Copy link
Owner

rfennell commented Aug 7, 2021

I have been thinking about this issue and what could be done. So @Karthickvr could you provide some sample YAML to make sure I have the right understanding of your workflow.

The issue is I have been considering different options

  • The workflow uses multiple uses: actions/checkout@v2, then do all the builds in the workflow
  • Look at doing individual builds that produce artefacts and then pull them together into a 'central' workflow

I think I need to handle both if possible. But I assume you are using the first option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants