mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
[docs] update release page doc
This commit is contained in:
parent
3e81ab2f75
commit
652ba59ce9
1 changed files with 7 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue