Skip to content

Commit 89e461e

Browse files
committed
Build: Add reminder in release to update jquery.com download page
Fixes #170
1 parent a858beb commit 89e461e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/release.js

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ steps(
4949
setNextVersion,
5050
pushToRemote,
5151
remindAboutCDN,
52+
remindAboutSites,
5253
exit
5354
);
5455

@@ -193,6 +194,11 @@ function remindAboutCDN( next ) {
193194
next();
194195
}
195196

197+
function remindAboutSites( next ) {
198+
console.log( chalk.red( "TODO: Update jquery.com download page to " + releaseVersion ) );
199+
next();
200+
}
201+
196202
//==============================
197203

198204
function steps() {

0 commit comments

Comments
 (0)