Skip to content

Create PROD release and publish

Md. Nure Alam Nahid edited this page Jun 5, 2023 · 3 revisions

Release

  • Go to master branch, make sure it is up to date.
  • Run this command: DEV=false make release
    • This will create a tag and trigger a github action
    • Once that github action completes successfully you can use that tag as release version
    • This will also trigger e2e tests on circle ci(https://app.circleci.com/pipelines/github/convox/rack)
    • Wait until e2e tests on circle ci are passed

Publish

Clone this wiki locally