You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gulp 4 release process will follow that of npm. That being, 4.0 will be released when there are no more breaking changes and will be released with the next tag. This allows users to continue to get 3.x when using npm install gulp or npm install gulp@latest but users that want to explicitly use gulp 4 can install with npm install gulp@next. When everything seems stable and well tested by users in their workflows, we will change the tag on gulp 4.x to latest.
Please note that we are not ready to release gulp 4 yet due to some outstanding breaking changes in vinyl-fs.
Thank you for your patience,
-The gulp team
The text was updated successfully, but these errors were encountered:
gulp 4 has been published under the next tag (npm install gulp@next) - We'll be working on the outstanding stuff - mostly docs - and any bugs before moving to the latest tag
The gulp 4 release process will follow that of npm. That being, 4.0 will be released when there are no more breaking changes and will be released with the
next
tag. This allows users to continue to get 3.x when usingnpm install gulp
ornpm install gulp@latest
but users that want to explicitly use gulp 4 can install withnpm install gulp@next
. When everything seems stable and well tested by users in their workflows, we will change the tag on gulp 4.x tolatest
.Please note that we are not ready to release gulp 4 yet due to some outstanding breaking changes in vinyl-fs.
Thank you for your patience,
-The gulp team
The text was updated successfully, but these errors were encountered: