Chart.js/MAINTAINING.md
Evert Timberg 0c61d55682
Expand filename (#7893)
* Fix double env
* Properly expand name in attach step
* Update maintaining docs
2020-10-16 07:40:49 -04:00

1.1 KiB

Maintaining

Release Process

Chart.js relies on Travis CI to automate the library releases.

Releasing a New Version

  1. Update the release version on GitHub for the release drafted by the release-drafter tool
  2. Publish the release
  3. follow the build process on GitHub Actions

Creation of this tag triggers a new build:

  • Chart.js.zip package is generated, containing dist files and examples
  • dist/*.js and Chart.js.zip are attached to the GitHub release (downloads)
  • A new npm package is published on npmjs

Finally, cdnjs is automatically updated from the npm release.

Further Reading