Skip to content

Commit

Permalink
fix: some tiny changes in release templates after structural changes …
Browse files Browse the repository at this point in the history
…in the company
  • Loading branch information
jesmrec committed Jan 10, 2025
1 parent 6c9eb65 commit 9a4cb28
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you don't need some of the steps, cross them by removing the "[ ]" and surrou

### TASKS:

- [ ] [COM] Ping in #android-dev-internal about the new release (@mmattel)
- [ ] [COM] Ping @mmattel about the new release
- [ ] [GIT] Create branch `release/M.m.p` in owncloud/android from `master`
- [ ] [DEV] Update version number and name in build.gradle in owncloudApp module
- [ ] [DOC] Update [SBOM](https://infinite.owncloud.com/f/31e6d44f-f373-557c-9ab3-1748fc0c650d$4994cd9c-1c17-4254-829a-f5ef6e1ff7e3%215080be84-fbcc-4aca-956e-b278a7090418)
Expand All @@ -32,18 +32,18 @@ If you don't need some of the steps, cross them by removing the "[ ]" and surrou
- [ ] [QA] Regression test execution
- [ ] [QA] QA approval
- [ ] [DIS] Upload release APK and bundle to internal ownCloud instance
- [ ] [COM] Ping in #android-dev-internal that we are close to sign the new tags (@mmattel)
- [ ] [COM] Ping @mmattel that we are close to sign the new tags
- [ ] [DIS] Upload and publish release bundle and changelog in Play Store
- [ ] [DIS] Update screenshots in Play Store/GitHub/F-Droid
- [ ] [GIT] Create and sign tag `vM.m.p` in HEAD commit of release branch, in owncloud/android
- [ ] [GIT] Move tag `latest` pointing the same commit as the release commit
- [ ] [DIS] Publish a new [release](https://github.com/owncloud/android/releases) in owncloud/android
- [ ] [DIS] Release published in Play Store
- [ ] [COM] Publish post in central.owncloud.org ([Category:News + Tag:android](https://central.owncloud.org/tags/c/news/5/android))
- [ ] [COM] Inform in #general that release is out
- [ ] [COM] Inform in "ownCloud General" that release is out
- [ ] [GIT] Merge `master` into `release/M.m.p`, fixing all the conflicts that could happen, in owncloud/android
- [ ] [GIT] Merge without rebasing `release/M.m.p` branch into `master`, in owncloud/android
- [ ] [COM] Ping @TheOneRing to update release information in https://owncloud.com/mobile-apps/
- [ ] [COM] Ping @DeepDiver1975 to update release information in https://owncloud.com/mobile-apps/
- [ ] [DOC] Update documentation with new stuff by creating [issue](https://github.com/owncloud/docs-client-android/issues)


Expand Down Expand Up @@ -85,7 +85,7 @@ _____
- [ ] [COM] Inform in #general that release is out
- [ ] [GIT] Merge `master` into `release/M.m.p`, fixing all the conflicts that could happen, in owncloud/android
- [ ] [GIT] Merge without rebasing `release/M.m.p` branch into `master`, in owncloud/android
- [ ] [COM] Ping @TheOneRing to update release information in https://owncloud.com/mobile-apps/
- [ ] [COM] Ping @DeepDiver1975 to update release information in https://owncloud.com/mobile-apps/


### QA
Expand Down Expand Up @@ -123,14 +123,14 @@ _____
- [ ] Feature 1 oB https://github.com/owncloud/ownbrander/pull/
- [ ] Feature 2 oB https://github.com/owncloud/ownbrander/pull/
- [ ] Update version number in ownBrander
- [ ] [COM] Ping @NannaBarz to block oB button
- [ ] [COM] Ping @NannaBarz to deploy oB
- [ ] [COM] Ping support team to block oB button
- [ ] [COM] Ping support team to deploy oB
- [ ] [QA] Generate final APKs from signed commit in builder machine and perform some basic checks
- [ ] Installation of APK/bundle generated by builder machine
- [ ] Check Feature 1 oB
- [ ] Check Feature 2 oB
- [ ] App update from previous version (generated in advance)
- [ ] [COM] Notify result in internal chat
- [ ] [COM] Ping @NannaBarz to enable oB button
- [ ] [COM] Ping support team to enable oB button
- [ ] [GIT] Merge `master` into `release/M.m.p_enterprise`, fixing all the conflicts that could happen, in owncloud/android
- [ ] [GIT] Merge without rebasing `release/M.m.p_enterprise` branch into `master`, in owncloud/android

0 comments on commit 9a4cb28

Please sign in to comment.