]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Update link to AUTHORS.txt during release.
authorScott González <scott.gonzalez@gmail.com>
Thu, 23 Aug 2012 14:27:12 +0000 (10:27 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 23 Aug 2012 14:27:12 +0000 (10:27 -0400)
build/release/release.js

index 27759d4d26aee06e6e84ae24d33425a8a13b458c..401f2366e512ddd588cd06b0dba3c367c32b7089 100644 (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 );
        });