mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
781 B
781 B
Releasing
- Update the version in
package.json - Update the version in
support/package.esm.json - Update the changelog
CHANGELOG.mdwithconventional-changelog -p angular - Compile the TypeScript sources with
npm run compile - Generate the bundles with
npm run build - Commit the changes in
package.json,support/package.esm.json,CHANGELOG.mdanddist/ - Create the tag
socket.io-client@x.y.zand push it to the GitHub repository. The workflow.github/workflows/publish.ymlwill safely publish the package to npm using trusted publishing. - Create a new release at https://github.com/socketio/socket.io/releases
- Copy the bundles to the repository https://github.com/socketio/socket.io-cdn so that they are available at https://cdn.socket.io/