Skip to content

Commit

Permalink
feat: from git log get version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanViast committed Oct 9, 2024
1 parent 5f5fa8c commit ca5236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IMAGE_NAME?=h00000000s/easegress
BUILDER_IMAGE_NAME?=megaease/golang:1.21.7-alpine

# Version
RELEASE?=v2.7.3-rc1
RELEASE?=$(shell git describe --tags)

# Git Related
GIT_REPO_INFO=$(shell cd ${MKFILE_DIR} && git config --get remote.origin.url)
Expand Down

0 comments on commit ca5236e

Please sign in to comment.