File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 87
87
elem .text = f"https://ghostty.org/docs/install/release-notes/{ version_dash } "
88
88
elem = ET .SubElement (item , "description" )
89
89
elem .text = f"""
90
- <![CDATA[< h1>Ghostty v{ version } </h1>
90
+ <h1>Ghostty v{ version } </h1>
91
91
<p>
92
92
This release was built from commit <code><a href="{ repo } /commits/{ commit_long } ">{ commit } </a></code>
93
93
on { now .strftime ('%Y-%m-%d' )} .
96
96
We don't currently generate release notes for auto-updates.
97
97
You can view the complete changelog and release notes
98
98
at <a href="https://ghostty.org/docs/install/release-notes/{ version_dash } ">ghostty.org/docs/install/release-notes/{ version_dash } </a>.
99
- </p>]]>
99
+ </p>
100
100
"""
101
101
elem = ET .SubElement (item , "enclosure" )
102
102
elem .set ("url" , f"https://release.files.ghostty.org/{ version } /Ghostty.dmg" )
Original file line number Diff line number Diff line change 83
83
elem .text = "13.0.0"
84
84
elem = ET .SubElement (item , "description" )
85
85
elem .text = f"""
86
- <![CDATA[< p>
86
+ <p>
87
87
Automated build from commit <code><a href="{ repo } /commits/{ commit_long } ">{ commit } </a></code>
88
88
on { now .strftime ('%Y-%m-%d' )} .
89
89
</p>
90
90
<p>
91
91
These are automatic per-commit builds generated from the main Git branch.
92
92
We do not generate any release notes for these builds. You can view the full
93
93
commit history <a href="{ repo } ">on GitHub</a> for all changes.
94
- </p>]]>
94
+ </p>
95
95
"""
96
96
elem = ET .SubElement (item , "enclosure" )
97
97
elem .set ("url" , f"https://tip.files.ghostty.org/{ commit_long } /Ghostty.dmg" )
You can’t perform that action at this time.
0 commit comments