From 536cd78e292862f6e0359f3c63d2f528cebcbb8b Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 13 Aug 2025 07:43:11 +0200 Subject: [PATCH] Templates for new releases. --- .github/release-notes/alpha.md | 20 ++++++++++++++++++++ .github/release-notes/beta.md | 20 ++++++++++++++++++++ .github/release-notes/branch.md | 1 + .github/release-notes/develop.md | 16 ++++++++++++++++ .github/release-notes/release.md | 16 ++++++++++++++++ 5 files changed, 73 insertions(+) create mode 100644 .github/release-notes/alpha.md create mode 100644 .github/release-notes/beta.md create mode 100644 .github/release-notes/branch.md create mode 100644 .github/release-notes/develop.md create mode 100644 .github/release-notes/release.md diff --git a/.github/release-notes/alpha.md b/.github/release-notes/alpha.md new file mode 100644 index 0000000000..7b775f0893 --- /dev/null +++ b/.github/release-notes/alpha.md @@ -0,0 +1,20 @@ +Welcome to this ALPHA release of Firefly III. This alpha release contains the latest fixes, translations and features. It is probably buggy and may not work as expected. You can download the release below, and adventurous Docker users can find this release under the `alpha` tag. + +:warning: Please be careful with this alpha release, as it may not work as expected. + +Alpha releases are created to test new features and fixes before they are included in a stable release. They are not recommended for production use. This release was created on %date and may contain unexpected bugs. Data loss is rare but is entirely possible. + +## Changelog (not final) + +%changelog + +## Installation and upgrade instructions + +* Please read the 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/). +* Alternatively, read the upgrade instructions for [Docker](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/docker/), [Kubernetes](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/kubernetes/) or [self-managed servers](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/self-managed/) + +The releases are signed, and you can verify them using the [Firefly III releases PGP key](https://docs.firefly-iii.org/explanation/more-information/signatures/). + +## Support Firefly III + +Did you know you can support the development of Firefly III? You can donate in many ways, like GitHub Sponsors or Patreon. Please [follow this link](https://bit.ly/donate-to-Firefly-III) for more information. diff --git a/.github/release-notes/beta.md b/.github/release-notes/beta.md new file mode 100644 index 0000000000..0a8f9a9d36 --- /dev/null +++ b/.github/release-notes/beta.md @@ -0,0 +1,20 @@ +Welcome to this BETA release of Firefly III. This beta release contains the latest fixes, translations and features. It should not be buggy, but may not not work as expected. You can download the release below, and adventurous Docker users can find this release under the `beta` tag. + +:warning: Please be careful with this release, as it may not work as expected. + +Beta releases are created to test new features and fixes before they are included in a stable release. They are not recommended for production use. This release was created on %date and may contain unexpected bugs. Data loss is rare but is entirely possible. + +## Changelog (not final) + +%changelog + +## Installation and upgrade instructions + +* Please read the 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/). +* Alternatively, read the upgrade instructions for [Docker](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/docker/), [Kubernetes](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/kubernetes/) or [self-managed servers](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/self-managed/) + +The releases are signed, and you can verify them using the [Firefly III releases PGP key](https://docs.firefly-iii.org/explanation/more-information/signatures/). + +## Support Firefly III + +Did you know you can support the development of Firefly III? You can donate in many ways, like GitHub Sponsors or Patreon. Please [follow this link](https://bit.ly/donate-to-Firefly-III) for more information. diff --git a/.github/release-notes/branch.md b/.github/release-notes/branch.md new file mode 100644 index 0000000000..874c6610ad --- /dev/null +++ b/.github/release-notes/branch.md @@ -0,0 +1 @@ +(not yet in use) diff --git a/.github/release-notes/develop.md b/.github/release-notes/develop.md new file mode 100644 index 0000000000..6b38234b65 --- /dev/null +++ b/.github/release-notes/develop.md @@ -0,0 +1,16 @@ +Welcome to the latest development release of Firefly III. This test release contains the absolute latest fixes, translations and features. It is probably buggy and may not work as expected. You can download the release below, and adventurous Docker users can find this release under the `develop` tag. + +:warning: Please be careful with this pre-release, as it may not work as expected. + +This release was created on %date and may contain unexpected bugs. Data loss is rare but is entirely possible. A changelog is not included with this development release. + +## Installation and upgrade instructions + +* Please read the 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/). +* Alternatively, read the upgrade instructions for [Docker](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/docker/), [Kubernetes](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/kubernetes/) or [self-managed servers](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/self-managed/) + +The releases are signed, and you can verify them using the [Firefly III releases PGP key](https://docs.firefly-iii.org/explanation/more-information/signatures/). + +## Support Firefly III + +Did you know you can support the development of Firefly III? You can donate in many ways, like GitHub Sponsors or Patreon. Please [follow this link](https://bit.ly/donate-to-Firefly-III) for more information. diff --git a/.github/release-notes/release.md b/.github/release-notes/release.md new file mode 100644 index 0000000000..950b519e01 --- /dev/null +++ b/.github/release-notes/release.md @@ -0,0 +1,16 @@ +Welcome to release %version of Firefly III. It contains the latest fixes, translations and features. Docker users can find this release under the `latest` tag. + +## Changelog + +%changelog + +## Installation and upgrade instructions + +* Please read the 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/). +* Alternatively, read the upgrade instructions for [Docker](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/docker/), [Kubernetes](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/kubernetes/) or [self-managed servers](https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/self-managed/) + +The releases are signed, and you can verify them using the [Firefly III releases PGP key](https://docs.firefly-iii.org/explanation/more-information/signatures/). + +## Support Firefly III + +Did you know you can support the development of Firefly III? You can donate in many ways, like GitHub Sponsors or Patreon. Please [follow this link](https://bit.ly/donate-to-Firefly-III) for more information.