-
Notifications
You must be signed in to change notification settings - Fork 191
Update release checklist to focus on subpackages #427
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,33 @@ | ||
name: Release Checklist | ||
description: Release managers need to go through this check list and ensure all tasks are done | ||
description: Public checklist for release managers making a subpackage release | ||
labels: ["P0"] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please go through this checklist and ensure all tasks are completed. | ||
|
||
- type: checkboxes | ||
id: cuda-bindings-tasks | ||
attributes: | ||
label: Tasks for cuda-bindings / cuda-python release | ||
options: | ||
- label: "Push any internal updates for accommodating a new CTK release to the public (**IMPORTANT**: Need to wait for CTK posting!)" | ||
- label: "If it is a major release, create a new branch to backport to and update the branch name [here](../BACKPORT_BRANCH)" | ||
- label: Follow the check list for `cuda-core` below for the remaining steps | ||
This checklist is for cuda-core releases as well as cuda-bindings patches. Please go through this checklist and ensure all tasks are completed. | ||
|
||
- type: checkboxes | ||
id: cuda-core-tasks | ||
id: subpackage-tasks | ||
attributes: | ||
label: Tasks for cuda-core release | ||
label: Tasks for cuda-core and cuda-bindings patch release | ||
options: | ||
- label: File an internal nvbug to communicate test plan & release schedule with QA | ||
- label: Ensure all pending PRs are reviewed, tested, and merged | ||
- label: Update the dependency requirements, if needed | ||
- label: Check (or update if needed) the dependency requirements | ||
- label: Bump the version | ||
- label: Create a public rc tag | ||
- label: "Point QA to fetch public artifacts (wheels) from the GHA run ID, example: `gh run download 12323257563 -p \"cuda-core*\" -R NVIDIA/cuda-python`" | ||
- label: Wait for QA reports and fix any issues found | ||
- label: Finalize the doc update, including release notes | ||
- label: "Finalize the doc update, including release notes (\"Note: Touching docstrings/type annotations in code is OK during code freeze, apply your best judgement!\")" | ||
- label: Update the docs for the new version | ||
- label: Create a public release tag | ||
- label: If any code change happens, rebuild the wheels from the new tag | ||
- label: Update the conda recipe & release conda packages | ||
- label: Upload conda packages to nvidia channel | ||
- label: Upload wheels to PyPI | ||
- label: Post-release QA | ||
- label: Finalize the announcement update | ||
- label: Send out the announcement internally | ||
- label: Send out the announcement externally (GitHub Release -> Announcement) | ||
- label: Update the conda recipe & release conda packages | ||
- label: Post-release QA |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.