Merge pull request '[SEMVER] X.Y.Z+A.B.C replaced with X.Y.Z+gitea-A.B.C' (#2514) from earl-warren/forgejo:wip-semantic-gitea into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2514
This commit is contained in:
Earl Warren 2024-02-29 15:59:48 +00:00
commit 32a0afe8b7

View file

@ -85,7 +85,7 @@ endif
STORED_VERSION_FILE := VERSION
HUGO_VERSION ?= 0.111.3
GITEA_COMPATIBILITY ?= 1.22.0
GITEA_COMPATIBILITY ?= gitea-1.22.0
STORED_VERSION=$(shell cat $(STORED_VERSION_FILE) 2>/dev/null)
ifneq ($(STORED_VERSION),)