Skip to content

Commit

Permalink
Makefile: bump version to v8.0.0-master (#10461)
Browse files Browse the repository at this point in the history
ref #7488
  • Loading branch information
purelind authored Jan 12, 2024
1 parent baf9031 commit 7d6e120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ MAKE_FILES = $(shell find . \( -name 'Makefile' -o -name '*.mk' \) -print)

RELEASE_VERSION =
ifeq ($(RELEASE_VERSION),)
RELEASE_VERSION := v7.6.0-master
RELEASE_VERSION := v8.0.0-master
release_version_regex := ^v[0-9]\..*$$
release_branch_regex := "^release-[0-9]\.[0-9].*$$|^HEAD$$|^.*/*tags/v[0-9]\.[0-9]\..*$$"
ifneq ($(shell git rev-parse --abbrev-ref HEAD | grep -E $(release_branch_regex)),)
Expand Down Expand Up @@ -373,7 +373,7 @@ unit_test_coverage:

data-flow-diagram: docs/data-flow.dot
dot -Tsvg docs/data-flow.dot > docs/data-flow.svg

generate_mock: ## Generate mock code.
generate_mock: tools/bin/mockgen
scripts/generate-mock.sh
Expand Down

0 comments on commit 7d6e120

Please sign in to comment.