Skip to content

Commit 30e1ec4

Browse files
committed
Build: Update link to AUTHORS.txt during release.
1 parent 8aa410b commit 30e1ec4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/release/release.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ function buildRelease() {
130130
echo( "Updating package.json..." );
131131
pkg = readPackage();
132132
pkg.version = newVersion;
133+
pkg.author.url = pkg.author.url.replace( "master", newVersion );
133134
pkg.licenses.forEach(function( license ) {
134135
license.url = license.url.replace( "master", newVersion );
135136
});

0 commit comments

Comments
 (0)