-
Notifications
You must be signed in to change notification settings - Fork 179
Create PROD release and publish
Md. Nure Alam Nahid edited this page Jun 5, 2023
·
3 revisions
- 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
- Create a github release from that release tag: https://github.com/convox/rack/releases
- Go to: https://github.com/convox/rack/actions and trigger the publish action by providing the release tag and ask responsible people to approve it