Skip to content

Commit

Permalink
update release steps (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-mez committed May 7, 2020
1 parent 015b3eb commit a3e61c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hack/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## Steps

- checkout the repository on the correct branch and changeset
- Run localy the `make VERSION=x.v.z pre-release`
- Checkout the repository on the correct branch and changeset (`master`)
- Run localy the command `make VERSION=x.v.z pre-release`
- Commit all the changes generated from the previous command:
```console
$ git add .
$ git commit -s -m "release vX.Y.X"
```
- Uncomment the job `push_latest_to_docker_hub` in `.gitlab-ci.yml` in case you plan to push the image to dockerhub with the `latest` image tag.
- Add release tag, correct format: `git tag vX.Y.Z`
- Push the generated commit and tag to the repostory branch.
```console
Expand Down

0 comments on commit a3e61c8

Please sign in to comment.