Skip to content

Release process

Michał Gołębiowski-Owczarek edited this page Aug 6, 2025 · 47 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
  • Email damian.edwards@microsoft, Chris.Sfanos@microsoft
    • Send mscdn-jquery-a.b.c.zip via a dropbox link
  • Email CDNJS folks ryan@ryankirkman and thomasalwyndavis@gmail
    • Just point them to the blog post, which has links to the CDN copies.
Clone this wiki locally