hammer-editor/buildSrc
Adam Brown bec73ea070
Stop submitting the GitHub changelog link to the Apple stores (#928)
prepareForRelease has appended a "Full changelog:" footer pointing at the
GitHub release page to every store's notes since v3.7.0. App Store review
rejects release notes carrying that link — it offers the app outside the
App Store — and iOS and macOS submissions from v3.7.0 on have come back as
invalid metadata. v3.6.1, the last release to ship, predates the footer.

formatStoreNotes and storeNotesLength now take a nullable footer URL, and
the Apple path passes null. Google Play keeps the link: its 500 character
limit means the notes really are truncated there, so the footer is the only
way to reach the full text.

Also strips the stale v3.9.1 footer out of the two committed
release_notes.txt files, so a resubmission of the current version does not
ship it while waiting on the next prepareForRelease.
2026-08-20 21:48:25 -07:00
..
src Stop submitting the GitHub changelog link to the Apple stores (#928) 2026-08-20 21:48:25 -07:00
build.gradle.kts Switching way from kotlinx datetime where possible 2026-08-04 20:51:46 -07:00
settings.gradle.kts Markdown parsing in gradle kts 2024-01-27 22:46:31 -08:00