From 11ae873d0afe0c3eb414b0cd9090487e4ae3fa08 Mon Sep 17 00:00:00 2001 From: hagen1778 Date: Fri, 30 Aug 2024 09:49:06 +0200 Subject: [PATCH] docs/release-guide: rm RPM packages from the list RPM packages are now managed by community at https://github.com/VictoriaMetrics-Community/victoriametrics-rpm Signed-off-by: hagen1778 --- docs/Release-Guide.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/Release-Guide.md b/docs/Release-Guide.md index aabc6943b..488897a6b 100644 --- a/docs/Release-Guide.md +++ b/docs/Release-Guide.md @@ -157,11 +157,4 @@ Once updated, run the following commands: 1. Update the version of VictoriaMetrics components at [https://github.com/VictoriaMetrics/ansible-playbooks](https://github.com/VictoriaMetrics/ansible-playbooks). 1. Commit changes. 1. Create a new tag with `git tag -sm `. -1. Push the changes with the new tag. This automatically publishes the new versions to galaxy.ansible.com. - -## RPM packages - -### Bump the version of components - -1. Update the version of VictoriaMetrics components at [https://github.com/VictoriaMetrics/victoriametrics-lts-rpm](https://github.com/VictoriaMetrics/victoriametrics-lts-rpm). -1. Commit and push changes to the repository. This will automatically build and publish new versions of RPM packages. +1. Push the changes with the new tag. This automatically publishes the new versions to galaxy.ansible.com. \ No newline at end of file