mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +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
9133a5acb1
commit
c72570179e
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 \
|
||||
|
@ -182,7 +181,6 @@ publish-release:
|
|||
|
||||
release: \
|
||||
release-victoria-metrics \
|
||||
release-victoria-logs \
|
||||
release-vmutils
|
||||
|
||||
release-victoria-metrics: \
|
||||
|
|
Loading…
Reference in a new issue