3 Star 0 Fork 1

Gitee 极速下载 / chartjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/nnnick/Chart.js
克隆/下载
MAINTAINING.md 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
Jukka Kurkela 提交于 2021-04-04 14:04 . Patch release workflow (#8815)

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, types/*.ts, 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.

Releasing a patch version

If there is a need to create a patch version for an older release:

  1. Create a branch for the patch version (without the v prefix)
  2. Cherry pick the needed commit(s) to that new branch from master
  3. Trigger the release-drafter workflow on that branch from the actions.
  4. Follow the procedure for Releasing a New Version

Further Reading

JavaScript
1
https://gitee.com/mirrors/chartjs.git
git@gitee.com:mirrors/chartjs.git
mirrors
chartjs
chartjs
master

搜索帮助