[docs] Add details about patch releases#14301
Merged
driazati merged 2 commits intoapache:mainfrom Mar 17, 2023
driazati:rdocs
Merged
[docs] Add details about patch releases#14301driazati merged 2 commits intoapache:mainfrom driazati:rdocs
driazati merged 2 commits intoapache:mainfrom
driazati:rdocs
Conversation
This updates the docs with some of the discussion and methods from the v0.11.1 release issue #14260.
Collaborator
|
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
leandron
reviewed
Mar 15, 2023
Contributor
leandron
left a comment
There was a problem hiding this comment.
LGTM, a minor commend based on my own personal journey of getting GPG verified in GitHub commits.
| git tag v0.6.0.rc0 | ||
| git push origin refs/tags/v0.6.0.rc0 | ||
|
|
||
| Make sure the version numbers in the source code are correct (example: https://github.com/apache/tvm/pull/14300). Run ``python3 version.py`` to update the version. Version numbers should be updated immediately after a release candidate branch is pushed. |
Contributor
There was a problem hiding this comment.
Should we add a note that PRs need to be marked as GPG "Verified" in GitHub, to be acceptable? I needed to jump quite a few hoops to get that and it was not obvious beforehand, so perhaps we could make that clear for the future Release Mgrs?
Hzfengsy
approved these changes
Mar 16, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This updates the docs with some of the discussion and methods from
the v0.11.1 release issue #14260.