From e56a9611dbc1aa6e624044bddbd3a9db9c577391 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Fri, 9 Jul 2021 14:49:26 +0300 Subject: [PATCH] [#681] docs: Clarify creating tag in release instruction Signed-off-by: Pavel Karpy --- docs/release-instruction.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-instruction.md b/docs/release-instruction.md index 71f06235..65eb1521 100644 --- a/docs/release-instruction.md +++ b/docs/release-instruction.md @@ -23,7 +23,8 @@ changes between releases. ## Tag the release Use `vX.Y.Z` tag for releases and `vX.Y.Z-rc.N` for release candidates -following the [semantic versioning](https://semver.org/) standard. +following the [semantic versioning](https://semver.org/) standard. Tag must be +created from the latest commit of the master branch. ## Push changes and release tag to github