From 8c7453162089415114a860a404d7caa5234c0f2d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 19 Dec 2023 09:36:44 -0800 Subject: [PATCH] macos: update the release notes with link to GH project --- dist/macos/update_appcast_tip.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/macos/update_appcast_tip.py b/dist/macos/update_appcast_tip.py index fae10c627..200583e8a 100644 --- a/dist/macos/update_appcast_tip.py +++ b/dist/macos/update_appcast_tip.py @@ -58,6 +58,12 @@ elem.text = "12.0.0" elem = ET.SubElement(item, "description") elem.text = f"""

Automated build from commit {commit}.

+

+These are automatic per-commit builds generated from the main Git branch. +We do not generate any release notes for these builds. You can view the full +commit history +on GitHub for all changes. +

""" elem = ET.SubElement(item, "enclosure") elem.set("url", f"https://tip.files.ghostty.dev/{build}/ghostty-macos-universal.zip")