Skip to content

Commit

Permalink
Add release procedure to README
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolisL authored Aug 24, 2023
1 parent e68cb13 commit 50cf8e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ Start all components + test grafana,promtheus in tilt local k8s cluster.
tilt up
```

### Release procedure (with automatic release notes)

Head to the [GitHub new release page](https://github.com/castai/egressd/releases/new), create a new tag at the top, and click `Generate Release Notes` at the middle-right.
![image](https://user-images.githubusercontent.com/571022/174777789-2d7d646d-714d-42da-8c66-a6ed407b4440.png)

Run e2e tests locally
```
KIND_CONTEXT=tilt IMAGE_TAG=local ./e2e/run.sh
Expand Down

0 comments on commit 50cf8e1

Please sign in to comment.