mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Check patch instead of minor to detect major releases.
This commit is contained in:
parent
1f65b3bca9
commit
92bcef9305
@ -121,7 +121,7 @@ function getVersions() {
|
||||
|
||||
// TODO: handle 1.10.0
|
||||
// Also see comment above about pre-releases
|
||||
if ( minor === 0 ) {
|
||||
if ( patch === 0 ) {
|
||||
abort( "This script is not smart enough to handle the 1.10.0 release." );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user