Skip to content

Release Cycle

Ashika edited this page Jul 20, 2020 · 9 revisions

An unstable release is published with every merged pull request based on the master branch. This generally occurs at approximately 5-10 times per week. You can install the unstable/beta/alpha versions with:

$ npm install aws-amplify@x.x.x-unstable.xx
$ npm install @aws-amplify/ui-react@x.x.x-unstable.xx
$ npm install aws-amplify-react-native@x.x.x-unstable.xx\

The CHANGELOG for each package is kept up-to-date automatically with Conventional Commits. Please ensure PRs/Features are named appropriately. A two week rolling stable release will then be merged to a stable (release) branch for the corresponding major.minor version.

Clone this wiki locally