[docs] update release page doc

This commit is contained in:
Artem Navoiev 2019-12-02 23:00:11 +02:00
parent 3e81ab2f75
commit 652ba59ce9

View file

@ -1,4 +1,6 @@
# Release version and Docker images
Release process guidance
## Release version and Docker images
1. Create release tag with `git tag v1.xx.y`.
2. Run `make release` for creating `*.tar.gz` release archive with the corresponding `_checksums.txt` inside `bin` directory.
@ -36,4 +38,7 @@ In that case, don't need to bump the helm chart version
All changes from `docs` folder and `.md` extension automatically push to Wiki
**_Note_**: no vice versa, direct changes on Wiki will be overitten after any changes in `docs/*.md`
## Githab pages
All changes in `README.md`, `docs` folder and `.md` extension automatically push to Wiki