From eea8f5e07eb9104344972f3a39f6fce1100878b6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 23 Mar 2025 09:05:33 +0100 Subject: [PATCH] Expand releases.md and add extra text to release docs. --- .github/workflows/release.yml | 2 ++ releases.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53794f3c14..c9c2f979fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -260,6 +260,8 @@ jobs: sudo chown -R runner:docker output.txt touch output.txt echo '' >> output.txt + echo "Welcome to release $version of Firefly III. It contains the the latest fixes, translations and features. Docker users can find this release under the \`latest\` tag." >> output.txt + echo '' >> output.txt echo '### Instructions' >> output.txt echo '' >> output.txt echo "* Installation instructions for [Docker](https://docs.firefly-iii.org/how-to/firefly-iii/installation/docker/), [Portainer](https://docs.firefly-iii.org/how-to/firefly-iii/installation/portainer/), [Kubernetes](https://docs.firefly-iii.org/how-to/firefly-iii/installation/kubernetes/) or [self-managed servers](https://docs.firefly-iii.org/how-to/firefly-iii/installation/self-managed/)" >> output.txt diff --git a/releases.md b/releases.md index 4dc698ef1b..bf8452b5de 100644 --- a/releases.md +++ b/releases.md @@ -16,7 +16,8 @@ The different alpha and beta builds will be compiled from their corresponding ta ### Minor Release Support Matrix | Version | Supported | |----------------------------------|--------------------| -| Firefly III v6.1.x | :white_check_mark: | +| Firefly III v6.2.x | :white_check_mark: | +| Firefly III v6.1.x | :x: | | Firefly III v6.0.x | :x: | | Firefly III v5.8.x | :x: | | Firefly III v5.7.x | :x: |