Skip to content

Commit

Permalink
Makefile: do not release VictoriaLogs together with VictoriaMetrics
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
valyala committed Aug 15, 2023
1 parent 251d3d5 commit f3ef5d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ clean:

publish: package-base \
publish-victoria-metrics \
publish-victoria-logs \
publish-vmagent \
publish-vmalert \
publish-vmauth \
Expand Down Expand Up @@ -181,7 +180,6 @@ publish-release:

release: \
release-victoria-metrics \
release-victoria-logs \
release-vmutils

release-victoria-metrics: \
Expand Down

0 comments on commit f3ef5d1

Please sign in to comment.