diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-02-05 11:51:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 11:51:11 -0500 |
commit | 3a0ca684eb21d64a13d7591ce1891b1990e0339c (patch) | |
tree | 3541a7bf49fe6936218f564e0ad46ad4daff6d0d /build | |
parent | 7eac932da7177104546abef595adf4429eb829b3 (diff) | |
download | jquery-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.js | 3 |
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. */ |