Skip to content

Commit 38986aa

Browse files
committed
docs/victorialogs/Release-Guide.md: fix inconsistencies in the release guide
1 parent a81a8cb commit 38986aa

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/victorialogs/Release-Guide.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Bumping the limits may significantly improve build speed.
3636
1. Make sure all the changes are documented in [CHANGELOG.md](https://github.com/VictoriaMetrics/VictoriaLogs/blob/master/docs/victorialogs/CHANGELOG.md).
3737
Ideally, every change must be documented in the commit with the change. Alternatively, the change must be documented immediately
3838
after the commit, which adds the change.
39-
1. Run `make vmui-logs-update` command to re-build static files for the [built-in Web UI](https://docs.victoriametrics.com/victorialogs/querying/#web-ui)
39+
1. Run `make vmui-update` command to re-build static files for the [built-in Web UI](https://docs.victoriametrics.com/victorialogs/querying/#web-ui)
4040
and commit the changes to the VictoriaLogs repository.
4141
1. Run `PKG_TAG=v1.xx.y make docs-update-version` command to update version help tooltips
4242
according to [the contribution guide](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
@@ -56,6 +56,13 @@ Bumping the limits may significantly improve build speed.
5656
* linux/386
5757
This step can be run manually with the command `make publish` from the needed git tag.
5858

59+
1. Run `TAG=v1.xx.y make publish-latest` for publishing the `latest` tag for Docker images, which equals to the given `TAG`.
60+
1. Push the tag `v1.xx.y` created at the previous steps to public GitHub repository at https://github.com/VictoriaMetrics/VictoriaLogs :
61+
62+
```shell
63+
git push origin v1.xx.y
64+
```
65+
5966
1. Run `TAG=v1.xx.y make github-create-release github-upload-assets`. This command performs the following tasks:
6067

6168
- a) Create draft GitHub release with the name `TAG`. This step can be run manually
@@ -74,13 +81,7 @@ Bumping the limits may significantly improve build speed.
7481

7582
1. Go to <https://github.com/VictoriaMetrics/VictoriaLogs/releases> and verify that draft release with the name `TAG` has been created
7683
and this release contains all the needed binaries and checksums.
77-
1. Update the release description with the content of [CHANGELOG](https://github.com/VictoriaMetrics/VictoriaLogs/blob/master/docs/victorialogs/CHANGELOG.md) for this release.
78-
1. Push the tag `v1.xx.y` created at previous steps to public GitHub repository at https://github.com/VictoriaMetrics/VictoriaLogs:
79-
80-
```shell
81-
git push origin v1.xx.y
82-
```
83-
84+
1. Update the release description with the contents of [CHANGELOG](https://github.com/VictoriaMetrics/VictoriaLogs/blob/master/docs/victorialogs/CHANGELOG.md) for this release.
8485
1. Publish release by pressing "Publish release" green button in GitHub's UI.
8586
1. Update GitHub issues related to the new release - they are mentioned in the [CHANGELOG](https://github.com/VictoriaMetrics/VictoriaLogs/blob/master/docs/victorialogs/CHANGELOG.md).
8687
Put human-readable description on how the issue has been addressed and which particular release contains the change.

0 commit comments

Comments
 (0)