-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
Milestone
Description
TASKS:
Git & Code
- [GIT] Create branch
release/[major].[minor].[patch]
(freeze the code) - [DEV] Update
APP_SHORT_VERSION
[major].[minor].[patch]
in ownCloud.xcodeproj/project.pbxproj - [TRFX] Update translations from transifex branch.
- [DIS] Update changelog
- [QA] Design Test plan
- [QA] Regression Test plan
- [DOC] Update user manual with the new functionalities
- [DOC] Update owncloud.org/download version numbers (notify #wordpress)
- [GIT] Merge branch
release/[major].[minor].[patch]
in master - [GIT] Create tag and sign it
[major].[minor].[patch]
- [GIT] Add the new release on GitHub ios-app
If it is required to update the iOS-SDK version:
- [GIT] Create branch library
release/[major].[minor].[patch]
(freeze the code) - [mail] inform #marketing about the new release.
- [DIS] Update README.md (version number, third party, supported versions of iOS, Xcode)
- [DIS] Update changelog
- [GIT] Merge branch
release/[major].[minor].[patch]
inmaster
- [GIT] Create tag and sign it
[major].[minor].[patch]
- [GIT] Add the new release on GitHub ios-sdk
If it is required to update third party:
- [DIS] Update THIRD_PARTY.txt
App Store
- [DIS] App Store Connect: Create a new version following the
[major].[minor].[patch]
- [DIS] App Store Connect: Trigger Fastlane screenshots generation and upload
- [DIS] Upload the binary to the App Store
- [DIS] App Store Connect: Trigger release (manually)
- [DIS] App Store Connect: Decide reset of iOS summary rating (Default: keep)
- [DIS] App Store Connect: Update description if necessary (coordinated with #marketing)
- [DIS] App Store Connect: Update changelogs
- [DIS] App Store Connect: Submit for review
QA
Regression test plan:
https://github.com/owncloud/QA/blob/master/Mobile/iOS-app/Version%201.2.0/Regression.md
BUGS & IMPROVEMENTS:
- (1) Share sheet lost [RELEASE] 1.2 #550 (comment) [FIXED]
- (2) Rename not posible [RELEASE] 1.2 #550 (comment) [iOS bug]
- (3) "Open in..." does not work for several file types #568 [FIXED]
- (4) AudioPlayer Playback [RELEASE] 1.2 #550 (comment) [FIXED]
- (5) Audio Player Controls [RELEASE] 1.2 #550 (comment) [FIXED]
- (6) Save from .doc with no connection [fix/fp-word] Fix Word FileProvider issue #574 (comment) [FIXED]
- (7) Instant uploads for videos in mp4 are broken [RELEASE] 1.2 #550 (comment) [SOLVED]
- (8) Files App folder duplication [RELEASE] 1.2 #550 (comment) [FIXED 13.3]
- (9) Uploads in background [RELEASE] 1.2 #550 (comment) [WONT FIX]
- (10) Video streaming in multiwindow [RELEASE] 1.2 #550 (comment) [WONT FIX, iOS bug]
- (11) Credentials revoked while uploading [RELEASE] 1.2 #550 (comment) [WONT FIX HERE, new issue]
- (12) Glitch in status view [RELEASE] 1.2 #550 (comment) [WONT FIX HERE, new issue]
- (13) upgrade iOS13.2 -> 13.3, media import not working [RELEASE] 1.2 #550 (comment)