-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Release Cycle
R L Nabors edited this page Jun 24, 2022
·
9 revisions
An unstable
release is published with every merged pull request based on the main
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.