-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Script to Automate Conda Release File Updates #44569
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
base: main
Are you sure you want to change the base?
Conversation
API Change CheckAPIView identified API level changes in this PR and created the following API reviews azure-communication-chat |
| if not conda_config: | ||
| if parsed.is_stable_release(): | ||
| # TODO raise something | ||
| logger.warning( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will do a onetime update across the entire repo right? IMO raise early. I see the todo 😆 but lets make this a hard error. Just disallow folks from merging PRs that don't have the conda config.
closes #44223
TODO relies on new pyproject.toml section for every SDK package to determine whether packages are grouped together for release, or released individually
Open questions:
generate_data_plane_meta_yaml()