amazon-archives / aws-amplify-serverless-plugin

Plugin for the Serverless Framework to output AWS Amplify configuration files.
Apache License 2.0
124 stars 30 forks source link

Add continuous integration with CircleCI #27

Closed adrianhall closed 5 years ago

adrianhall commented 5 years ago

We want to do automated deployments to npmjs.org - using CircleCI for the process.

adrianhall commented 5 years ago

Added files and created release branch. Needs set up on CircleCI side and testing.

adrianhall commented 5 years ago

We are now building the release branch to be auto-released.

New process for release:

npm version {major|minor|patch}
git push
git checkout release && git merge master && git push
git checkout master

Whenever we push to the release branch, the CircleCI will be run.