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-releasenotes.yml isn't setting the correct start date for the release #6643

Closed
JimSuplizio opened this issue Sep 14, 2023 · 1 comment
Assignees

Comments

@JimSuplizio
Copy link
Member

It was pointed out by @czubair that the releases for September were going into October's release notes yml files.

The problem is inside of the eng/pipelines/template/steps/generate-releasenotes.yml which is being used by the automation - azure-sdk - version-updater pipeline. The inline powershell script for the Set Release Period Value step sets the ReleaseStartDate to the second Friday of the month. In the case of September, 2023, the first Friday was September 1st and the second was September 8th which means everything after the 8th is being added to October's release yml. Release cycles run mid-month to mid month. So, the September release notes will include anything released 8/14-9/15, for example but because the second Friday was September 8th, it's putting everything released after the 8th into October's yml.

@github-actions github-actions bot added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Sep 14, 2023
@JimSuplizio JimSuplizio removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Sep 15, 2023
@weshaggard
Copy link
Member

Fixed with f02580f

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

No branches or pull requests

3 participants