When is the approximate cutoff date for commits to be included in the next preview version? #84317
Answered
by
huoyaoyuan
danielchalmers
asked this question in
Q&A
-
#82560 was merged Feb 23. Would it end up in preview 3 or later in preview 4? Is there a general rule for this? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
huoyaoyuan
Apr 5, 2023
Replies: 1 comment
-
If the dedicated branch is created for the next preview, then merged PRs after that won't get into the preview automatically and will need backporting. The version of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danielchalmers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the dedicated branch is created for the next preview, then merged PRs after that won't get into the preview automatically and will need backporting. The version of
main
branch will be bumped to the next preview. You can check the version ofmain
branch ateng/Versions.props
, and the version of commit that PR get merged.Usually the branch is created 1-2 weeks before the publish of a preview.