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

Release notes makes compare to the same release #727

Closed
poplevente opened this issue May 28, 2020 · 2 comments
Closed

Release notes makes compare to the same release #727

poplevente opened this issue May 28, 2020 · 2 comments

Comments

@poplevente
Copy link

extension: Generate release notes crossplatform

Hi,

since a couple of releases the release notes generation is showing too much items, and we see that it's comparing to the same release.

Release-88 May release
completed on 27/5/2020 15:35
compared with Release-88 May release from 27/5/2020 15:35 to produce this report.

Release-88 is the variable ${releaseDetails.name}
and the compared with Release-88 is ${compareReleaseDetails.name}

is there a way to fix this? Will the new release fix it?

@rfennell
Copy link
Owner

I have re-checked the integration test logs for the last few releases and I cannot see this problem in them. As expected I can see the current and previous successful release to the stage the task is running in.

You usually see the same release listed when this is the first release to a given stage - could this be the problem in your case?

if you check the logs (you can enable detailed logging with a variable system.debug=true) you will be able to see the logic used to get the primary and compare release

@poplevente
Copy link
Author

yeah, that probably could be it. since we recently change the release pipeline to a new one. so probably it's taking the last release from the current pipeline (not all pipelines).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants