-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Redesign CDN deploy to upload to a tagged version #17240
Conversation
{ | ||
title: 'Checking if packages that returned E409 error code were uploaded correctly.', | ||
task: async ( _, task ) => { | ||
return releaseTools.verifyPackagesPublishedCorrectly( { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about this check? Are we not going to check for 409 errors any more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review ckeditor/ckeditor5-dev#1019, please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
…ould be a number instead of a tag.
430a806
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
Suggested merge commit message (convention)
Internal: While uploading CDN files, they target a tagged directory instead of an
X.Y.Z
version. In case of a stable (staging
) release, the rename will be performed later in the release process, allowing us to restart the entire process without affecting users using CDN.Additional information