diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2025-08-05 18:44:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-06 00:44:02 +0200 |
commit | a865212dea22d44bf2bea3e2c618c4a25c63c6a6 (patch) | |
tree | a83f8a0857eb8f6b1fc7e1272e9a9428d239a67b | |
parent | ec9a387ee0c90e057227f44d34f7654fc3d87f1d (diff) | |
download | jquery-a865212dea22d44bf2bea3e2c618c4a25c63c6a6.tar.gz jquery-a865212dea22d44bf2bea3e2c618c4a25c63c6a6.zip |
Release: publish tmp/release/dist folder when releasing
Also update AUTHORS.txt in preparation for rc.1.
Fixes gh-5658
Closes gh-5681
-rw-r--r-- | .release-it.cjs | 3 | ||||
-rw-r--r-- | AUTHORS.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.release-it.cjs b/.release-it.cjs index ff55b0ef1..d5d8ec921 100644 --- a/.release-it.cjs +++ b/.release-it.cjs @@ -34,6 +34,7 @@ module.exports = { tokenRef: "JQUERY_GITHUB_TOKEN" }, npm: { - publish: true + publish: true, + publishPath: "tmp/release/dist" } }; diff --git a/AUTHORS.txt b/AUTHORS.txt index 1ef119e02..73d14981c 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -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> |