Release: publish tmp/release/dist folder when releasing

Also update AUTHORS.txt in preparation for rc.1.

Fixes gh-5658
Closes gh-5681
This commit is contained in:
Timmy Willison
2025-08-05 18:44:02 -04:00
committed by GitHub
parent ec9a387ee0
commit a865212dea
2 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ module.exports = {
tokenRef: "JQUERY_GITHUB_TOKEN"
},
npm: {
publish: true
publish: true,
publishPath: "tmp/release/dist"
}
};

View File

@@ -373,3 +373,5 @@ Gabriela Gutierrez <gabigutierrez@google.com>
Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com>
J.Son <x@x-wx.com>
Liam James <liam@minimaximize.com>
ac-mmi <79802170+ac-mmi@users.noreply.github.com>
neogy-akash <AKASHNEOGY400@GMAIL.COM>