diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-07-25 10:53:31 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-25 10:53:31 -0400 |
commit | 548d37bca15c998429f35957f2166577023320bf (patch) | |
tree | e084d6c2251c28381f77b13169fafd833434cf77 /build | |
parent | 97ec1ddbc6081c05b129be45e5bffc93fdeccec5 (diff) | |
download | jquery-ui-548d37bca15c998429f35957f2166577023320bf.tar.gz jquery-ui-548d37bca15c998429f35957f2166577023320bf.zip |
Release: Update TODOs related to publishing generated files.
Diffstat (limited to 'build')
-rw-r--r-- | build/release/release.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/build/release/release.js b/build/release/release.js index 7dada78c5..27759d4d2 100644 --- a/build/release/release.js +++ b/build/release/release.js @@ -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(); |