]> source.dussan.org Git - jquery-ui.git/commitdiff
Release: Use 1-9-stable.
authorScott González <scott.gonzalez@gmail.com>
Thu, 25 Oct 2012 13:43:56 +0000 (09:43 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 25 Oct 2012 13:43:56 +0000 (09:43 -0400)
build/release/release.js

index 2227bf0e6d58984f9ad901a5aa54b5c966a94145..ba8817f3161c0df7ea618827825d63f013b53ba1 100644 (file)
@@ -10,7 +10,7 @@ var baseDir, repoDir, prevVersion, newVersion, nextVersion, tagTime,
        existsSync = fs.existsSync || path.existsSync,
        rnewline = /\r?\n/,
        repo = "git@github.com:jquery/jquery-ui.git",
-       branch = "master";
+       branch = "1-9-stable";
 
 walk([
        bootstrap,