From 8ed12a9178e73ed67fed295a0ba65769895fa2c7 Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Thu, 25 Sep 2025 23:10:10 +0100 Subject: [PATCH] Add instruction to cd to correct directory before tag-branch --- Makefile.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.release b/Makefile.release index e3b01e5..7596cb2 100644 --- a/Makefile.release +++ b/Makefile.release @@ -126,7 +126,7 @@ push-branch: revision-check echo "Now create a pull request by going to the URL:" echo " https://github.com/KhronosGroup/Vulkan-Headers/pull/new/$(BRANCH)" echo "After accepting this PR, continue with:" - echo " make -f Makefile.release REVISION=$(REVISION) tag-branch" + echo " cd $(shell pwd) && make -f Makefile.release REVISION=$(REVISION) tag-branch" # Tag main for the update after accepting the update PR TAG = v1.4.$(REVISION)