File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 4343 section ( "updating trac" ) ,
4444 updateTrac ,
4545 confirm
46+
47+ // TODO: upload release zip to GitHub
4648] ) ;
4749
4850
@@ -140,17 +142,14 @@ function buildRelease() {
140142 echo ( ) ;
141143
142144 echo ( "Building release..." ) ;
145+ // TODO: Build themes
143146 if ( exec ( "grunt release" ) . code !== 0 ) {
144147 abort ( "Error building release." ) ;
145148 }
146149 echo ( ) ;
147150
148- // TODO: Build themes
149-
150- // TODO: Move build out of dist/
151151 echo ( "Committing release artifacts..." ) ;
152152 git ( "add *.jquery.json" , "Error adding manifest files to git." ) ;
153- // TODO: Add built files
154153 git ( "commit -am 'Tagging the " + newVersion + " release.'" ,
155154 "Error committing release changes." ) ;
156155 echo ( ) ;
You can’t perform that action at this time.
0 commit comments