Skip to content

Release Cycle

Abdallah Shaban edited this page Aug 17, 2023 · 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

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