Skip to content

Commit

Permalink
Merge pull request jupyterlab#730 from ifurther/patch-1
Browse files Browse the repository at this point in the history
Fix building-for-distribution link
  • Loading branch information
mbektas authored Dec 7, 2023
2 parents 320410b + 958cc71 commit b05efb5
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 b05efb5

Please sign in to comment.