Skip to content

Commit

Permalink
Fix building-for-distribution link
Browse files Browse the repository at this point in the history
  • Loading branch information
ifurther authored Nov 12, 2023
1 parent 320410b commit 958cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<new-version>`. 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.

Expand Down

0 comments on commit 958cc71

Please sign in to comment.