aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTimmy Willison <timmywil@users.noreply.github.com>2024-02-05 11:51:11 -0500
committerGitHub <noreply@github.com>2024-02-05 11:51:11 -0500
commit3a0ca684eb21d64a13d7591ce1891b1990e0339c (patch)
tree3541a7bf49fe6936218f564e0ad46ad4daff6d0d /build
parent7eac932da7177104546abef595adf4429eb829b3 (diff)
downloadjquery-3a0ca684eb21d64a13d7591ce1891b1990e0339c.tar.gz
jquery-3a0ca684eb21d64a13d7591ce1891b1990e0339c.zip
Release: only published versioned files to cdn
Close gh-5406
Diffstat (limited to 'build')
-rw-r--r--build/release.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/release.js b/build/release.js
index cd0a02a4b..ff11d80cc 100644
--- a/build/release.js
+++ b/build/release.js
@@ -37,6 +37,9 @@ module.exports = function( Release ) {
npmPublish: true,
issueTracker: "github",
+ // Update cdn location to versioned files
+ cdnPublish: "dist/cdn/versioned",
+
/**
* Set the version in the src folder for distributing ES modules.
*/