Skip to content

Commit

Permalink
Update release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg authored Mar 2, 2021
1 parent 169e172 commit 230b84f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,5 @@
```

7. Run Kubernetes example: https://github.com/google/triage-party/blob/master/docs/deploy.md#kubernetes
8. Run:

```
export TAG=v1.1.0
git tag -a $TAG -m "$TAG release"
git push --tags
```

9. Run:

```
docker tag triageparty/triage-party:latest triageparty/triage-party:1.1.0
docker push triageparty/triage-party:1.1.0
```

8. Run `./hacks/release.sh`
10. Make GitHub release

0 comments on commit 230b84f

Please sign in to comment.