From a3b3801005728878392d539d661f051a510b128d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 1 Jan 2026 09:18:38 +0100 Subject: [PATCH] Fix nested list in RELEASING.md Ordered lists cannot have nested lists, so we change it to an unordered list. --- RELEASING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 5b2126de..7b6ac0c3 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -74,7 +74,7 @@ Publishing a version of Fractal on Flathub is done via its [Flathub repository o A permission from the Flathub team granted to your GitHub account is necessary to merge PRs on this repository, but anyone can open a PR. -1. Open a PR against the correct branch. For a stable build, work against the `master` branch, for a +- Open a PR against the correct branch. For a stable build, work against the `master` branch, for a beta build, work against the `beta` branch. It must contain a commit that updates the manifest to: @@ -86,13 +86,13 @@ repository, but anyone can open a PR. If the list of Rust modules to build changes, the `MODULES` variable in the `update-cargo-sources.sh` script must also be updated. -2. When the PR is opened, a CI job will update the `*-cargo-sources.json` files with the latest +- When the PR is opened, a CI job will update the `*-cargo-sources.json` files with the latest dependencies for the Rust modules and add a commit to the PR if necessary. -3. Trigger a test build by posting a comment saying `bot, build`. +- Trigger a test build by posting a comment saying `bot, build`. If the build succeeds, test the generated Flatpak as instructed and watch for obvious errors. If there are no issues, merge the PR. -4. Merging the PR will trigger an "official" build that will then be published on Flathub or Flathub +- Merging the PR will trigger an "official" build that will then be published on Flathub or Flathub beta within 1 to 2 hours. If this build fails, an issue will be opened on the GitHub repository. The Flathub admins need to be contacted to launch it again.