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 43
43
section ( "updating trac" ) ,
44
44
updateTrac ,
45
45
confirm
46
+
47
+ // TODO: upload release zip to GitHub
46
48
] ) ;
47
49
48
50
@@ -140,17 +142,14 @@ function buildRelease() {
140
142
echo ( ) ;
141
143
142
144
echo ( "Building release..." ) ;
145
+ // TODO: Build themes
143
146
if ( exec ( "grunt release" ) . code !== 0 ) {
144
147
abort ( "Error building release." ) ;
145
148
}
146
149
echo ( ) ;
147
150
148
- // TODO: Build themes
149
-
150
- // TODO: Move build out of dist/
151
151
echo ( "Committing release artifacts..." ) ;
152
152
git ( "add *.jquery.json" , "Error adding manifest files to git." ) ;
153
- // TODO: Add built files
154
153
git ( "commit -am 'Tagging the " + newVersion + " release.'" ,
155
154
"Error committing release changes." ) ;
156
155
echo ( ) ;
You can’t perform that action at this time.
0 commit comments