aboutsummaryrefslogtreecommitdiffstats
path: root/build/release/release.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/release/release.js')
-rw-r--r--build/release/release.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/build/release/release.js b/build/release/release.js
index 0e41702e9..4efa1d2b7 100644
--- a/build/release/release.js
+++ b/build/release/release.js
@@ -262,8 +262,9 @@ function gatherContributors() {
function updateTrac() {
echo( newVersion.cyan + " was tagged at " + tagTime.cyan + "." );
- echo( "Close the " + newVersion.cyan + " Milestone with the above date and time." );
- echo( "Create the " + newVersion.cyan + " Version with the above date and time." );
+ echo( "Close the " + newVersion.cyan + " Milestone." );
+ echo( "Create the " + newVersion.cyan + " Version." );
+ echo( "When Trac asks for date and time, match the above. Should only change minutes and seconds." );
echo( "Create a Milestone for the next minor release." );
}
@@ -342,9 +343,7 @@ function bootstrap( fn ) {
fs.mkdirSync( baseDir );
console.log( "Installing dependencies..." );
- require( "child_process" ).exec( "npm install shelljs colors", {
- cwd: baseDir
- }, function( error ) {
+ require( "child_process" ).exec( "npm install shelljs colors", function( error ) {
if ( error ) {
console.log( error );
return process.exit( 1 );