You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Push the latest change and wait for the build to pass
170
+
1. Tag the latest commit with the version like so `git tag -a vX.Y.Z -m X.Y.Z` and push the tag
171
+
1. The GitHub release should be created automatically as well as updating the NPM package.
172
+
167
173
## Debugging
168
174
169
175
If you see `ConfigError: Missing region in config` when running the integration test suite. You need to set the AWS region you are testing against in your environment variables. Running `AWS_REGION=us-east-1 npm run integration-test` should solve the problem.
0 commit comments