mirror of
https://github.com/tooot-app/app
synced 2025-02-08 07:58:48 +01:00
* New translations actions.json (German) * New translations actions.json (Korean) * New translations actions.json (Chinese Simplified) * New translations actions.json (Chinese Traditional) * New translations actions.json (Vietnamese) * New translations actions.json (Italian) * New translations actions.json (Portuguese, Brazilian) * Bump packages * New translations actions.json (Chinese Simplified) * Fixed #108 * Fixed #117 * Fixed #137 * Fix badge not cleared on app launch * Update Expo workflow * Update build.yml * New context menu largely working * Fixed #158 * File format changes by `expo prebuild` * Update .gitignore * Try out notification sound * Bump packages * New Crowdin updates (#319) * New translations actions.json (Portuguese, Brazilian) * New translations timeline.json (Portuguese, Brazilian) * New translations actions.json (Portuguese, Brazilian) * New translations compose.json (Portuguese, Brazilian) * New translations tabs.json (Portuguese, Brazilian) * New translations actions.json (Vietnamese) * New translations timeline.json (German) * New translations mediaSelector.json (Italian) * New translations contextMenu.json (Vietnamese) * New translations contextMenu.json (Chinese Traditional) * New translations contextMenu.json (Chinese Simplified) * New translations contextMenu.json (Korean) * New translations contextMenu.json (Italian) * New translations contextMenu.json (German) * New translations mediaSelector.json (Portuguese, Brazilian) * New translations timeline.json (Portuguese, Brazilian) * New translations timeline.json (Italian) * New translations mediaSelector.json (German) * New translations mediaSelector.json (Vietnamese) * New translations mediaSelector.json (Chinese Traditional) * New translations mediaSelector.json (Chinese Simplified) * New translations mediaSelector.json (Korean) * New translations timeline.json (Chinese Traditional) * New translations timeline.json (Vietnamese) * New translations timeline.json (Chinese Simplified) * New translations timeline.json (Korean) * New translations contextMenu.json (Portuguese, Brazilian) * New translations mediaSelector.json (Vietnamese) * New translations contextMenu.json (Vietnamese) * New translations contextMenu.json (Vietnamese) * New translations mediaSelector.json (Chinese Simplified) * New translations contextMenu.json (German) * New translations contextMenu.json (Italian) * New translations contextMenu.json (Korean) * New translations contextMenu.json (Chinese Simplified) * New translations contextMenu.json (Portuguese, Brazilian)
25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
## Major releases - App Store
|
|
|
|
"Major releases" are artifacts published as `x.?.?`:
|
|
* An artifact must be released as `x.?.?` if native modules have been changed or updated, including upgrading Expo SDK version.
|
|
* A new app store version has to be submitted.
|
|
* Outdated versions in principle do not receive further OTA updates.
|
|
|
|
## Minor releases - App Store
|
|
|
|
"Minor releases" are artifacts published as `?.y.?`:
|
|
* An artifact can be released as `?.y.?` when there is no change nor update made to the native modules.
|
|
* A new app store version can be submitted for better first launch experience.
|
|
* All these versions that are not part of above mentioned outdates versions receive also OTA updates.
|
|
|
|
## Patch releases - OTA
|
|
|
|
"Patch releases" are artifacts published as `?.?.z`:
|
|
* An artifact must be release as `?.?.z` when there is no major change to the functionalities.
|
|
* No new app store version will be submitted.
|
|
* All these versions that are not part of above mentioned outdates versions receive also OTA updates.
|
|
|
|
## OTA release channels
|
|
|
|
* `MAJOR.MINOR-environment`. Environments include `release`, `candidate` and `development`.
|