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

Check for API review status only if release date is set in changelog #1729

Merged
2 commits merged into from
Jun 24, 2021

Conversation

praveenkuttappan
Copy link
Member

API review status is checked if package version is GA and this is causing issue for JA and Python packages which moves to new GA version after GA release. Any granular change in APIView forces architects to approve it even if release is weeks away to avoid build break and this requires additional effort from approvers. This change is to validate API review status only if version is GA and release date is present in change log. So developer can set the release date(not required to be exact date) whenever they are are ready to get API review reviewed.

@praveenkuttappan praveenkuttappan requested a review from a team as a code owner June 23, 2021 18:20
@praveenkuttappan praveenkuttappan self-assigned this Jun 23, 2021
@praveenkuttappan praveenkuttappan added Central-EngSys This issue is owned by the Engineering System team. APIView labels Jun 23, 2021
@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

Copy link
Member

@weshaggard weshaggard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple naming suggestions but otherwise looks good.

@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

@ghost
Copy link

ghost commented Jun 24, 2021

Hello @azure-sdk!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 644d09f into Azure:main Jun 24, 2021
@praveenkuttappan praveenkuttappan deleted the feature/api_releasestatus_check branch June 24, 2021 19:16
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APIView Central-EngSys This issue is owned by the Engineering System team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants