Skip to content

Release Cycle

Michael Labieniec edited this page Apr 20, 2018 · 9 revisions

A beta release is published weekly to npm and contains the latest master (unstable) branch. You can install the beta version with:

$ npm install aws-amplify@beta
$ npm install aws-amplify-react@beta
$ npm install aws-amplify-react-native@beta
$ npm install aws-amplify-angular@beta
```js

The [CHANGELOG](https://github.com/aws/aws-amplify/blob/master/CHANGELOG.md) is kept up-to-date with PRs/Features that are next release or previous. A two week rolling stable release will then be merged to a stable branch for the corresponding major.minor version i.e. `stable-0.3`, published to npm and frozen.
Clone this wiki locally