forked from TrueCloudLab/frostfs-node
[#681] docs: Clarify creating tag in release instruction
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
9da777ac8c
commit
e56a9611db
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ changes between releases.
|
||||||
## Tag the release
|
## Tag the release
|
||||||
|
|
||||||
Use `vX.Y.Z` tag for releases and `vX.Y.Z-rc.N` for release candidates
|
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
|
## Push changes and release tag to github
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue