Skip to content

Release

Wendell edited this page Aug 22, 2019 · 10 revisions

Releasing Process

  • Review and merge pull requests
  • Run the release script locally npm run stage-release
    • Change version number
    • Edit changelog
    • Build the library
    • Build the official website
  • Submit a PR for releasing
  • Merge the PR to branch master
  • Launch a release on https://github.com/NG-ZORRO/ng-zorro-antd/releases
  • Publish the library to https://npmjs.com
  • Publish the official website to https://github.com/NG-ZORRO/ng-zorro.github.io
    • You can wait for the cron to update the website automatically or you can login in to that server using the username and password we shared internally
  • Update the official blog at https://github.com/NG-ZORRO/blog (for major and minor versions)
  • Tweet about it, with links to the official website and the release note page

Publishers

The following members should take turns to release:

* The acting publisher for the next version.

  • @vthinkxie
  • @simplejason *
  • @hsuanxyz
  • @wenqi73
  • @wendzhue
  • @chensimeng
Clone this wiki locally