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
release.js currently checks to ensure a select set of files are included in a release build. It should instead do a verification that everything in /build/ exists in /release/{version}/dist/. Preferably, it should also verify that the content of the files are identical, though this might be tricky since release builds are slightly different from normal builds (copyright stamp, @VERSION@ replacement in YUI.add).
release.js currently checks to ensure a select set of files are included in a release build. It should instead do a verification that everything in
/build/
exists in/release/{version}/dist/
. Preferably, it should also verify that the content of the files are identical, though this might be tricky since release builds are slightly different from normal builds (copyright stamp,@VERSION@
replacement inYUI.add
).This would prevent things like yui/yui3#690 and yui/yui3#704 from happening in the future.
The text was updated successfully, but these errors were encountered: