From 6ace7659d0be4238d6c0b88e22cb236da2594023 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 23 Jun 2024 19:27:50 +0200 Subject: [PATCH] Added info about manually correcting the version number --- documentation/Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Build.md b/documentation/Build.md index 48abfb15..3f55284d 100644 --- a/documentation/Build.md +++ b/documentation/Build.md @@ -12,7 +12,7 @@ In order to build MindWork AI Studio from source instead of using the pre-built - This will build the app for the current operating system, for both x64 (Intel, AMD) and ARM64 (e.g., Apple Silicon, Raspberry Pi). - The setup program will be located in `runtime/target/release/bundle` afterward. 8. In order to create a new release: - 1. To prepare a new release, run `nu build.nu prepare `, where `` is either `patch`, `minor`, or `major`. + 1. To prepare a new release, run `nu build.nu prepare `, where `` is either `patch`, `minor`, or `major`. In case you need to adjust the version manually, you can do so in the `metadata.txt` file at the root of the repository; the first line contains the version number. 2. The actual release will be built by our GitHub Workflow. For this to work, you need to create a PR with your changes. 3. Before finishing the PR, make sure to create a changelog file in the `/app/MindWork AI Studio/wwwroot/changelog` directory. The file should be named `vX.Y.Z.md` and contain the changes made in the release (your changes and any other changes that are part of the release). 4. Your proposed changes will be reviewed and merged.