[#681] docs: Clarify creating tag in release instruction

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
remotes/fyrchik/meta-pebble
Pavel Karpy 2021-07-09 14:49:26 +03:00 committed by Alex Vanin
parent 9da777ac8c
commit e56a9611db
1 changed files with 2 additions and 1 deletions

View File

@ -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