Skip to content

Release Cycle

Michael Labieniec edited this page Jun 18, 2018 · 9 revisions

An unstable release is published with every merged PR and from the master branch. This generally occurs at ~5 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-react@x.x.x-unstable.xx
$ npm install aws-amplify-react-native@x.x.x-unstable.xx
$ npm install aws-amplify-angular@x.x.x-unstable.xx

The CHANGELOG for each package is kept up-to-date automatically with Conventional Commimts. 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