Deprecating dev
branch soon!
#3180
jdangerx
announced in
Announcements
Replies: 2 comments
-
Another place this change will show up is in the nightly build outputs that get pushed to S3 and GCS, currently with URLs like:
Which will stop getting updated, eventually get removed, and be replaced with something like...
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey y'all, through #3140, #3212, #3216 we have now deprecated the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are moving towards trunk-based development, which means that we will be doing all of our development based on the
main
branch. This simplifies many development and automation workflows, which is good! However, it does mean some disruption to your workflows, sorry.This will happen in the next couple of weeks - once the tooling (a first pass is in #3164, but I'm sure we'll have to work out a few kinks) works we'll have a firm timeline for deprecating the
dev
branch.dev
! Open PRs should be switched to themain
branch instead.dev
branch, that will no longer get updates! Pin to one of the following options:main
will be the closest analog todev
going forwards - the bleeding edge.stable
will be the latest numbered version - we're hoping to get to a quarterly or monthly cadence here, so it should be fairly up-to-date.vXXXX.XX.XX
will be a specific numbered version - if you want to stay really stable./en/dev
, they will no longer be updated - use/en/latest
or/en/stable
instead.After deprecation, we will delete the branch after a few months and the things that are "not updated" will be "gone."
Beta Was this translation helpful? Give feedback.
All reactions