diff --git a/README.md b/README.md index a53e8f08..c9d2a463 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ sh ./scripts/test.sh --website='http://localhost:9090' -uicl ``` This will run the OSS unit and integration tests, and the Cypress integration tests for a local Code Editor instance at `localhost:9090`. +## Publishing Releases +To publish a new release using the GitHub Action, push a tag that starts with `v`, e.g. `v1.5.0`. This will trigger an Action to create a tarball and publish it in a release with the tag `v1.5.0`. Currently the Action will require manual approval from @aws-pangestu, @aws-navinns, or @aws-asolidu. + +### Future +We hope to extend this Action to also automatically update the CodeEditor feedstock repository. + ## Troubleshooting and Feedback For any issues that customers would like to report, please route to the `amazon-sagemaker-feedback` repository: https://github.com/aws/amazon-sagemaker-feedback