]> source.dussan.org Git - jquery-ui.git/commitdiff
Release: Update TODOs related to publishing generated files.
authorScott González <scott.gonzalez@gmail.com>
Wed, 25 Jul 2012 14:53:31 +0000 (10:53 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 25 Jul 2012 14:53:31 +0000 (10:53 -0400)
build/release/release.js

index 7dada78c55880d0670bbc95753668bdd2ad9f9e5..27759d4d26aee06e6e84ae24d33425a8a13b458c 100644 (file)
@@ -43,6 +43,8 @@ walk([
        section( "updating trac" ),
        updateTrac,
        confirm
+
+       // TODO: upload release zip to GitHub
 ]);
 
 
@@ -140,17 +142,14 @@ function buildRelease() {
        echo();
 
        echo( "Building release..." );
+       // TODO: Build themes
        if ( exec( "grunt release" ).code !== 0 ) {
                abort( "Error building release." );
        }
        echo();
 
-       // TODO: Build themes
-
-       // TODO: Move build out of dist/
        echo( "Committing release artifacts..." );
        git( "add *.jquery.json", "Error adding manifest files to git." );
-       // TODO: Add built files
        git( "commit -am 'Tagging the " + newVersion + " release.'",
                "Error committing release changes." );
        echo();