Skip to content

Latest commit

History

History
6 lines (5 loc) 路 544 Bytes

File metadata and controls

6 lines (5 loc) 路 544 Bytes

Releasing

  1. Confirm that CHANGELOG.md is updated (any new changes should go under "Unreleased" at the top).
  2. Make sure your GitHub repository secrets include DOCKERHUB_USERNAME, DOCKERHUB_TOKEN, and DOCKERHUB_PASSWORD for the Docker Hub namespace you want to publish to.
  3. On the master branch, run yarn release and follow the prompts.
  4. After a new tag is pushed from the above step, the publish workflow will automatically build & push Docker images and create a GitHub release for the tag.