8000 ReleaseProcess · reactphp/reactphp Wiki · GitHub
[go: up one dir, main page]

Skip to content
Christian Lück edited this page Jun 29, 2015 · 15 revisions

This page describes how releases of React's individual components are handled. As such, this information mostly applies to React's component maintainers instead of their users (consumers).

We're putting this information out here in order to maintain a transparent process and achieve consistent results.

Components

React used to consist of a core repository containing all evented core components. These components were also exported via a subtree split script into individual read-only repositories. This approach worked out good at the start but soon after turned out to be hard to maintain.

Nowadays, each component lives in its own, individual repository. This also means each components has its own code base, PRs, issues, tags and ultimately release cycle.

Release checklist

This applies when tagging a new release.

  • make sure CHANGELOG is complete
  • set CHANGELOG release date in stone
  • git tag, git push

Component checklist

This applies when creating a new component.

  • composer.json, phpunit.xml
  • packagist
  • travis
  • GitHub IRC hook
Clone this wiki locally
0