Update how releasing works

This commit is contained in:
Caleb Jasik 2025-02-04 12:58:34 -06:00
parent 90a6c7f01a
commit 531b234ec4
No known key found for this signature in database

View file

@ -51,4 +51,6 @@ Once `swift-format` supports ignoring directories (<https://github.com/swiftlang
# Release # Release
We manually promote a prerelease build from TestFlight and Android internal track to the public app stores, and then mark the associated draft release as published, removing the `-##` from it. We manually promote a prerelease build from TestFlight and Android internal track to the public app stores, and then mark the associated draft release as published, removing the `-##` from it, ending with a release in the format `v#.#.#`, e.g. `v0.5.2`.
Additionally, we should add the notable changes to the app to the release details.