From 958cc71da4ca059fcef1cf851e128dfdd8fcfc60 Mon Sep 17 00:00:00 2001 From: Further <55025025+ifurther@users.noreply.github.com> Date: Sun, 12 Nov 2023 17:05:26 +0800 Subject: [PATCH] Fix building-for-distribution link --- Release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release.md b/Release.md index e04da82a..80233e17 100644 --- a/Release.md +++ b/Release.md @@ -70,7 +70,7 @@ yarn check_version_match tbump will list changes to be applied, confirm the changes to proceed with apply. -3. Make sure that application is building, installing and running properly by following the [distribution build instructions](README.md##building-for-distribution) locally +3. Make sure that application is building, installing and running properly by following the [distribution build instructions](dev.md#building-for-distribution) locally 4. Create a branch preferably with the name `release-v`. Add a commit with the version changes and create a PR. The PR must be created from main repo and not from a fork. This is necessary for GitHub Actions to be able to attach installers to the release.