You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update version of OUDS Android dependencies in various Markdown files.
23
24
- Increment the app `versionCode`in associated `build.gradle.kts` file.
24
25
- Update content of `CHANGELOG.md`.
26
+
- Archive the documentation in`docs/previousDocVersions/X.Y.Z`.
25
27
26
28
You can optionally launch `prepareRelease` with a version property to force the release version:
27
29
@@ -31,7 +33,7 @@ This file lists all the steps to follow when releasing a new version of OUDS And
31
33
32
34
- Verify the changes mentioned above, then commit and push.
33
35
34
-
- Create a new pull request named `Prepare release X.Y.Z` on GitHub to merge your branch into `develop`.
36
+
- Create a new pull request named `chore: prepare release X.Y.Z` on GitHub to merge your branch into `develop`.
35
37
36
38
- Review and merge this pull request on GitHub.<br /><br />
37
39
@@ -102,3 +104,24 @@ This file lists all the steps to follow when releasing a new version of OUDS And
102
104
- Verify the release notes using the preview tab.
103
105
104
106
- Optionally check `Set as a pre-release` and click `Publish release`.<br /><br />
107
+
108
+
### Publish release to Google Play Store
109
+
110
+
- Go to [GitHub Actions](https://github.com/Orange-OpenSource/ods-android/actions), open the release workflow, click `Review deployments`, select
111
+
`google-play-store-release` and click `Approve and deploy`.
112
+
113
+
- Go to [OMA Portal](https://oma-portal.orange.fr) and open the `Design System Toolbox [OUDS Demo]` dashboard.
114
+
115
+
- Click `Integrations`, find the uploaded bundle in the `Artifacts` sections and click `Create release`.
116
+
117
+

118
+
119
+
- Progress through the various submission steps.
120
+
121
+
- When step is `Store submissions`, select`Closed beta with Google Groups`, set`Email addresses` to `design-toolbox-android@googlegroups.com` and click
122
+
`Go for store submission`.
123
+
124
+
<br /><br />
125
+
126
+
- To publish the release you have to click a last time on "Got to publication". You should receive a confirmation email from OMA with a "Published" status.
0 commit comments