mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: do not release VictoriaLogs together with VictoriaMetrics
VictoriaLogs has its own release schedule, so it must be released separately via: make publish-victoria-logs release-victoria-logs TODO: sync VictoriaLogs and VictoriaMetrics releases after VictoriaLogs goes out of preview stage. This will simplify release process and upgrades at user side.
This commit is contained in:
parent
251d3d54a4
commit
f3ef5d16eb
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -34,7 +34,6 @@ clean:
|
|||
|
||||
publish: package-base \
|
||||
publish-victoria-metrics \
|
||||
publish-victoria-logs \
|
||||
publish-vmagent \
|
||||
publish-vmalert \
|
||||
publish-vmauth \
|
||||
|
@ -181,7 +180,6 @@ publish-release:
|
|||
|
||||
release: \
|
||||
release-victoria-metrics \
|
||||
release-victoria-logs \
|
||||
release-vmutils
|
||||
|
||||
release-victoria-metrics: \
|
||||
|
|
Loading…
Reference in a new issue