]> source.dussan.org Git - jquery.git/commitdiff
Release: only published versioned files to cdn
authorTimmy Willison <timmywil@users.noreply.github.com>
Mon, 5 Feb 2024 16:51:11 +0000 (11:51 -0500)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2024 16:51:11 +0000 (11:51 -0500)
Close gh-5406

build/release.js

index cd0a02a4b4562260d76ccb1cea2e5b5cac4fb610..ff11d80cc8c4a095161a15e9f2f0e4b6f136dbe9 100644 (file)
@@ -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.
                 */