Skip to content

Commit 548d37b

Browse files
committed
Release: Update TODOs related to publishing generated files.
1 parent 97ec1dd commit 548d37b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build/release/release.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ walk([
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();

0 commit comments

Comments
 (0)