aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2021-05-04 12:16:23 -0400
committerGitHub <noreply@github.com>2021-05-04 12:16:23 -0400
commitab77a24f18ae45248bd6c71778fe3bfacacf864f (patch)
tree19cfe3c283d8eb01039a275d25b55758925553cf /Makefile
parent21465a2ce361eeb2bff171a0b962dac771ab18d9 (diff)
downloadgitea-ab77a24f18ae45248bd6c71778fe3bfacacf864f.tar.gz
gitea-ab77a24f18ae45248bd6c71778fe3bfacacf864f.zip
update branch in CI and docs (#15631)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a6197527a..59c2123cdb 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ else
ifneq ($(DRONE_BRANCH),)
VERSION ?= $(subst release/v,,$(DRONE_BRANCH))
else
- VERSION ?= master
+ VERSION ?= main
endif
STORED_VERSION=$(shell cat $(STORED_VERSION_FILE) 2>/dev/null)