mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
1.1 KiB
1.1 KiB
Maintaining
Release Process
Chart.js relies on Travis CI to automate the library releases.
Releasing a New Version
- Update the release version on GitHub for the release drafted by the
release-draftertool - Publish the release
- follow the build process on GitHub Actions
Creation of this tag triggers a new build:
Chart.js.zippackage is generated, containing dist files and examplesdist/*.jsandChart.js.zipare attached to the GitHub release (downloads)- A new npm package is published on npmjs
Finally, cdnjs is automatically updated from the npm release.