mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-05 15:33:00 +00:00
dist: remove cdata tags from appcast, we escape it all
Some checks are pending
Nix / Required Checks: Nix (push) Blocked by required conditions
Nix / check-zig-cache-hash (push) Waiting to run
Test / Required Checks: Test (push) Blocked by required conditions
Test / build (namespace-profile-ghostty-md, aarch64-linux) (push) Blocked by required conditions
Test / build (namespace-profile-ghostty-md, x86-windows-gnu) (push) Blocked by required conditions
Test / build (namespace-profile-ghostty-md, x86_64-linux) (push) Blocked by required conditions
Test / build (namespace-profile-ghostty-md, x86_64-windows-gnu) (push) Blocked by required conditions
Test / build-bench (push) Blocked by required conditions
Test / build-linux-libghostty (push) Blocked by required conditions
Test / build-nix (namespace-profile-ghostty-md) (push) Blocked by required conditions
Test / build-nix (namespace-profile-ghostty-md-arm64) (push) Blocked by required conditions
Test / build-macos (push) Blocked by required conditions
Test / build-macos-matrix (push) Blocked by required conditions
Test / build-windows (push) Blocked by required conditions
Test / test (push) Waiting to run
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (false, false, false) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (false, false, true) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (false, true, false) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (false, true, true) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (true, false, false) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (true, false, true) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (true, true, false) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (true, true, true) (push) Blocked by required conditions
Test / Build -Dsentry=${{ matrix.sentry }} (false) (push) Blocked by required conditions
Test / Build -Dsentry=${{ matrix.sentry }} (true) (push) Blocked by required conditions
Test / test-macos (push) Blocked by required conditions
Test / prettier (push) Waiting to run
Test / alejandra (push) Waiting to run
Test / typos (push) Waiting to run
Test / Test pkg/${{ matrix.pkg }} (wuffs) (push) Blocked by required conditions
Some checks are pending
Nix / Required Checks: Nix (push) Blocked by required conditions
Nix / check-zig-cache-hash (push) Waiting to run
Test / Required Checks: Test (push) Blocked by required conditions
Test / build (namespace-profile-ghostty-md, aarch64-linux) (push) Blocked by required conditions
Test / build (namespace-profile-ghostty-md, x86-windows-gnu) (push) Blocked by required conditions
Test / build (namespace-profile-ghostty-md, x86_64-linux) (push) Blocked by required conditions
Test / build (namespace-profile-ghostty-md, x86_64-windows-gnu) (push) Blocked by required conditions
Test / build-bench (push) Blocked by required conditions
Test / build-linux-libghostty (push) Blocked by required conditions
Test / build-nix (namespace-profile-ghostty-md) (push) Blocked by required conditions
Test / build-nix (namespace-profile-ghostty-md-arm64) (push) Blocked by required conditions
Test / build-macos (push) Blocked by required conditions
Test / build-macos-matrix (push) Blocked by required conditions
Test / build-windows (push) Blocked by required conditions
Test / test (push) Waiting to run
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (false, false, false) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (false, false, true) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (false, true, false) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (false, true, true) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (true, false, false) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (true, false, true) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (true, true, false) (push) Blocked by required conditions
Test / GTK adwaita=${{ matrix.adwaita }} x11=${{ matrix.x11 }} wayland=${{ matrix.wayland }} (true, true, true) (push) Blocked by required conditions
Test / Build -Dsentry=${{ matrix.sentry }} (false) (push) Blocked by required conditions
Test / Build -Dsentry=${{ matrix.sentry }} (true) (push) Blocked by required conditions
Test / test-macos (push) Blocked by required conditions
Test / prettier (push) Waiting to run
Test / alejandra (push) Waiting to run
Test / typos (push) Waiting to run
Test / Test pkg/${{ matrix.pkg }} (wuffs) (push) Blocked by required conditions
This commit is contained in:
parent
fefda69ac3
commit
692168f8dd
4
dist/macos/update_appcast_tag.py
vendored
4
dist/macos/update_appcast_tag.py
vendored
@ -87,7 +87,7 @@ elem = ET.SubElement(item, "sparkle:fullReleaseNotesLink")
|
||||
elem.text = f"https://ghostty.org/docs/install/release-notes/{version_dash}"
|
||||
elem = ET.SubElement(item, "description")
|
||||
elem.text = f"""
|
||||
<![CDATA[<h1>Ghostty v{version}</h1>
|
||||
<h1>Ghostty v{version}</h1>
|
||||
<p>
|
||||
This release was built from commit <code><a href="{repo}/commits/{commit_long}">{commit}</a></code>
|
||||
on {now.strftime('%Y-%m-%d')}.
|
||||
@ -96,7 +96,7 @@ on {now.strftime('%Y-%m-%d')}.
|
||||
We don't currently generate release notes for auto-updates.
|
||||
You can view the complete changelog and release notes
|
||||
at <a href="https://ghostty.org/docs/install/release-notes/{version_dash}">ghostty.org/docs/install/release-notes/{version_dash}</a>.
|
||||
</p>]]>
|
||||
</p>
|
||||
"""
|
||||
elem = ET.SubElement(item, "enclosure")
|
||||
elem.set("url", f"https://release.files.ghostty.org/{version}/Ghostty.dmg")
|
||||
|
4
dist/macos/update_appcast_tip.py
vendored
4
dist/macos/update_appcast_tip.py
vendored
@ -83,7 +83,7 @@ elem = ET.SubElement(item, "sparkle:minimumSystemVersion")
|
||||
elem.text = "13.0.0"
|
||||
elem = ET.SubElement(item, "description")
|
||||
elem.text = f"""
|
||||
<![CDATA[<p>
|
||||
<p>
|
||||
Automated build from commit <code><a href="{repo}/commits/{commit_long}">{commit}</a></code>
|
||||
on {now.strftime('%Y-%m-%d')}.
|
||||
</p>
|
||||
@ -91,7 +91,7 @@ on {now.strftime('%Y-%m-%d')}.
|
||||
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 <a href="{repo}">on GitHub</a> for all changes.
|
||||
</p>]]>
|
||||
</p>
|
||||
"""
|
||||
elem = ET.SubElement(item, "enclosure")
|
||||
elem.set("url", f"https://tip.files.ghostty.org/{commit_long}/Ghostty.dmg")
|
||||
|
Loading…
x
Reference in New Issue
Block a user