From 0112d7a607b6c05ba213f2c91580938392e3463b Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Tue, 4 Feb 2025 12:58:34 -0600 Subject: [PATCH] Update how releasing works --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35d7a7d..6712e1a 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,6 @@ Push a git tag `v#.#.#-##`, e.g. `v0.5.2-0`, and `.github/release.yml` will buil # 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. \ No newline at end of file +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. \ No newline at end of file