Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #40 from integr8ly/david-martin-patch-1
Browse files Browse the repository at this point in the history
Update release steps
  • Loading branch information
david-martin authored Mar 27, 2019
2 parents 5b5b232 + 0e7549f commit 96ec255
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ Update operator version files:
* Bump [operator image version](deploy/operator.yaml)
```image: quay.io/integreatly/tutorial-web-app-operator:v<version>```

Commit changes and open pull request.
Commit changes and open a pull request to master.

When the PR is accepted, create a new release tag:

```git tag v<version> && git push upstream v<version>```
When the PR is merged, create a new Github release from master for v<version> e.g. v0.0.10.
This will trigger a ci build of the tag, and a new image pushed to quay.io with that tag.

0 comments on commit 96ec255

Please sign in to comment.