From 50cf8e1080aa2f91de72f04147a18e583d952b0b Mon Sep 17 00:00:00 2001 From: Karolis Labrencis Date: Thu, 24 Aug 2023 10:05:24 +0300 Subject: [PATCH] Add release procedure to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 99d52d0..ca19627 100644 --- a/README.md +++ b/README.md @@ -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