mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Build: Update link to AUTHORS.txt during release.
This commit is contained in:
parent
8aa410b2fc
commit
30e1ec47bf
@ -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 );
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user