mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-22 19:15:27 +00:00
Update how releasing works
This commit is contained in:
parent
dfca942b2b
commit
0112d7a607
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
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.
|
Loading…
Reference in a new issue