From a2dd61300a359d0744d391710ba51abe7d88a677 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Fri, 27 Aug 2021 10:44:03 +0300 Subject: [PATCH] Update release instruction Signed-off-by: Pavel Karpy --- docs/release-instruction.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-instruction.md b/docs/release-instruction.md index d6d13e57..53187551 100644 --- a/docs/release-instruction.md +++ b/docs/release-instruction.md @@ -19,6 +19,14 @@ other changes. Open Pull Request (must receive at least one approval) and merge this changes. +## Update README + +Actualize compatibility table in `README.md` with relevant information. + +## Update version + +Actualize minor/major version constants in `pkg/version.go` file. + ## Tag a release Use `vX.Y.Z` tag for releases and `vX.Y.Z-rc.N` for release candidates