diff --git a/README.md b/README.md index c812c0b..b9f484f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,5 @@ This repository contains official builds of the Godot game engine. You can download these builds from the [Releases](https://github.com/godotengine/godot-builds/releases) section. -Only pre-releases, dev snapshots, and custom test builds are available -as a part of this repository. For stable releases go to the -[main repository](https://github.com/godotengine/godot). - -As an alternative to GitHub we also have a FOSS-friendly mirror at -[TuxFamily](https://downloads.tuxfamily.org/godotengine/). +Both stable releases and pre-releases (dev snapshots, beta, RCs) are available +here. Stable releases are also mirrored in the [main repository](https://github.com/godotengine/godot). diff --git a/tools/create-release-notes.py b/tools/create-release-notes.py index fff42d0..727922e 100755 --- a/tools/create-release-notes.py +++ b/tools/create-release-notes.py @@ -132,15 +132,9 @@ def generate_notes(version_version: str, version_status: str, git_reference: str else: notes += f"- [Complete changelog](https://godotengine.github.io/godot-interactive-changelog/#{version_tag})\n" - notes += "- Download (GitHub): Expand **Assets** below\n" + notes += "\n----\n\n" - if version_status == "stable": - notes += f"- [Download (TuxFamily)](https://downloads.tuxfamily.org/godotengine/{version_version})\n" - else: - notes += f"- [Download (TuxFamily)](https://downloads.tuxfamily.org/godotengine/{version_version}/{version_status})\n" - - notes += "\n" - notes += "*All files for this release are mirrored under **Assets** below.*\n" + notes += "- **Download (GitHub):** Expand **Assets** below\n" return notes