Skip to content

Release process

Michał Gołębiowski-Owczarek edited this page Jan 29, 2026 · 48 revisions

== Stable releases only ==

git pull jquery/jquery.com
# Edit index.html and download.md
git commit
npm version patch
git push origin main --tags
  • Email hosted-libraries@google for Google CDN
    • Send googlecdn-jquery-a.b.c.zip via a dropbox link

Clone this wiki locally