Build: Update link to AUTHORS.txt during release.

This commit is contained in:
Scott González 2012-08-23 10:27:12 -04:00
parent 8aa410b2fc
commit 30e1ec47bf

View File

@ -130,6 +130,7 @@ function buildRelease() {
echo( "Updating package.json..." );
pkg = readPackage();
pkg.version = newVersion;
pkg.author.url = pkg.author.url.replace( "master", newVersion );
pkg.licenses.forEach(function( license ) {
license.url = license.url.replace( "master", newVersion );
});