mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: push v1.xx.y and v1.xx.y-cluster tags to github before creating the v1.xx.y release at github
Otherwise Github creates the v1.xx.y tag on itself when creating the release
This commit is contained in:
parent
9a1ede0977
commit
298b3c7f45
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -170,6 +170,7 @@ publish-release:
|
|||
git checkout $(TAG)-cluster && $(MAKE) release publish && \
|
||||
git checkout $(TAG)-enterprise && $(MAKE) release publish && \
|
||||
git checkout $(TAG)-enterprise-cluster && $(MAKE) release publish && \
|
||||
git checkout $(TAG) && git push $(TAG) && git push $(TAG)-cluster && \
|
||||
$(MAKE) github-create-release && \
|
||||
$(MAKE) github-upload-assets
|
||||
|
||||
|
|
Loading…
Reference in a new issue