@@ -8,9 +8,8 @@ assignees: ''
88
99<!--
1010Another release for the ownCloud Android client!
11- For Open releases, keep the Open release template and remove the Patch and Enterprise release ones
12- For Patch releases, keep the Patch release template and remove the Open and Enterprise release ones
13- For Enterprise releases, keep the Enterprise release template and remove the Open and Patch release ones
11+ For Open releases, keep the Open release template and remove the Patch release one
12+ For Patch releases, keep the Patch release template and remove the Open release one
1413If you don't need some of the steps, cross them by removing the "[ ]" and surrounding the line by "~~ ~~", like "- ~~Non-applicable step~~"
1514-->
1615
@@ -19,6 +18,8 @@ If you don't need some of the steps, cross them by removing the "[ ]" and surrou
1918### TASKS:
2019
2120 - [ ] [ COM] Ping @mmattel about the new release
21+ - [ ] [ GIT] Merge translations branch ` chore/translations-update ` into ` master `
22+ - [ ] [ GIT] Merge calens branch ` chore/changelog-update ` into ` master `
2223 - [ ] [ GIT] Create branch ` release/M.m.p ` in owncloud/android from ` master `
2324 - [ ] [ DEV] Update version number and name in build.gradle in owncloudApp module
2425 - [ ] [ DIS] Move Calens files from ` unreleased ` to a new folder like ` M.m.p_YYYY-MM-DD ` inside the ` changelog ` folder
@@ -96,37 +97,3 @@ Bugs & improvements:
9697
9798- [ ] (1) ...
9899
99-
100- _____
101-
102- ## Enterprise release
103-
104- ### TASKS:
105-
106- - [ ] [ GIT] Create branch ` release/M.m.p_enterprise ` in owncloud/android from ` latest ` (or the corresponding release tag)
107- - [ ] [ DIS] Update release notes in app and changelog in ` M.m.p_YYYY-MM-DD ` (already released version) with the proper content for the release
108- - [ ] [ DIS] Copy the ` unreleased ` folder in ` master ` branch into this branch, to avoid Calens conflicts problems
109- - [ ] [ DEV] Check and reorder release notes in ` ReleaseNotesViewModel.kt ` to assure nothing important is missing there
110- - [ ] [ DEV] Code review
111- - [ ] [ DIS] Generate final bundle and APK from last commit in the release branch
112- - [ ] [ QA] Design test plan
113- - [ ] [ QA] Test execution
114- - [ ] [ QA] Trigger CI builds for unit tests and UI tests, in case changelog conflicts avoid them in GitHub
115- - [ ] [ QA] QA approval
116- - [ ] [ DIS] Upload release APK and bundle to internal ownCloud instance
117- - [ ] [ GIT] Create and sign tag ` vM.m.p_enterprise ` in HEAD commit of release branch, in owncloud/android
118- - [ ] [ DEV] Approve and merge changes in ownBrander
119- - [ ] Feature 1 oB https://github.com/owncloud/ownbrander/pull/
120- - [ ] Feature 2 oB https://github.com/owncloud/ownbrander/pull/
121- - [ ] Update version number in ownBrander
122- - [ ] [ COM] Ping support team to block oB button
123- - [ ] [ COM] Ping support team to deploy oB
124- - [ ] [ QA] Generate final APKs from signed commit in builder machine and perform some basic checks
125- - [ ] Installation of APK/bundle generated by builder machine
126- - [ ] Check Feature 1 oB
127- - [ ] Check Feature 2 oB
128- - [ ] App update from previous version (generated in advance)
129- - [ ] [ COM] Notify result in internal chat
130- - [ ] [ COM] Ping support team to enable oB button
131- - [ ] [ GIT] Merge ` master ` into ` release/M.m.p_enterprise ` , fixing all the conflicts that could happen, in owncloud/android
132- - [ ] [ GIT] Merge without rebasing ` release/M.m.p_enterprise ` branch into ` master ` , in owncloud/android
0 commit comments