Skip to content

Commit 8eca7db

Browse files
committed
test
1 parent 322b357 commit 8eca7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ YQ_VERSION ?= v4.13.2
3636
PROJECT_MAJOR_VERSION ?= $(shell echo $(RELEASE_VERSION) | cut -f1 -d.)
3737
PROJECT_MINOR_VERSION ?= $(shell echo $(RELEASE_VERSION) | cut -f2 -d.)
3838
PROJECT_PATCH_VERSION ?= $(shell echo $(RELEASE_VERSION) | cut -f3 -d.)
39-
PROJECT_OWNER ?= elastic
39+
PROJECT_OWNER ?= v1v
4040
RELEASE_TYPE ?= minor
4141

4242
CURRENT_RELEASE ?= $(shell gh release list --exclude-drafts --exclude-pre-releases --limit 10 --json tagName --jq '.[].tagName|select(. | startswith("v$(PROJECT_MAJOR_VERSION)"))' | sed 's|v||g' | sort -r | head -n 1)

0 commit comments

Comments
 (0)