Commit graph

80 commits

Author SHA1 Message Date
James Rich
c5da2c4e13
build: use git commit count for versionCode (#3233)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-28 19:49:12 +00:00
James Rich
ab18e424b1
ci(release): add build provenance and streamline release process (#3217)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-27 01:06:56 +00:00
James Rich
fb707e6218
chore(release): remove update-github-release step from workflow (#3204) 2025-09-25 13:53:00 -05:00
renovate[bot]
a54f8c8ea3
chore(deps): update actions/github-script action to v8 (#3165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-22 15:32:39 +00:00
renovate[bot]
ea6acb2309
chore(deps): update actions/download-artifact action to v5 (#3164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-22 15:32:10 +00:00
James Rich
f9e47535b3
ci: streamline release process and artifact handling (#3163)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-22 15:15:41 +00:00
James Rich
a8821eb343
ci(release): update artifact paths in release workflow (#3097) 2025-09-14 16:18:21 -05:00
James Rich
3c726457eb
repo(release): merge changes from 2.7.0 to main (#3070)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
Co-authored-by: DaneEvans <dane@goneepic.com>
2025-09-10 15:59:57 -05:00
James Rich
71e7c6b7e9 chore(release): Automate changelog generation for pre-releases
This commit introduces a new step in the release workflow to automatically generate a changelog file for pre-releases (closed and open testing tracks).

The changelog file will contain a link to the GitHub release notes for detailed information.
Additionally, the GitHub release is no longer created as a draft.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-10 09:07:11 -05:00
renovate[bot]
3595289ea8
chore(deps): update actions/download-artifact action to v5 (#3046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-10 03:17:42 +00:00
James Rich
5cfa44cb64
feat(ci): migrate to fastlane for release management (#3038)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-09 21:08:11 +00:00
James Rich
46282c3aec
fix(release): Simplify Play Store deployment to upload-only (#3027)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-09 01:52:34 +00:00
James Rich
363764c5ce ci(release): promote from NewAlpha to beta for open builds (#3023) 2025-09-08 16:24:15 -05:00
James Rich
7823413d31 ci(release): Remove build caching and set user fraction for promotions (#3021) 2025-09-08 14:56:14 -05:00
James Rich
3f2444bb2d ci(release): Cache build artifacts to speed up release workflow (#3020)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-08 14:23:42 -05:00
James Rich
e8bdc5936d fix(ci): full version for promotion action
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-08 13:52:33 -05:00
James Rich
05056c5ad6 ci(release): use correct promote action (#3019) 2025-09-08 13:28:22 -05:00
James Rich
62a64589e2 ci(release): improve Google Play release automation (#3016) 2025-09-08 11:37:52 -05:00
renovate[bot]
013a5c513a
chore(deps): update actions/attest-build-provenance action to v3 (#2908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-29 02:01:49 +00:00
James Rich
02abba43a0
fix(release): use correct GitHub release URL for Play Store whatsnew (#2870) 2025-08-27 08:44:28 -05:00
James Rich
05c46f326f
chore(release): simplify changelog generation for Play Store (#2869) 2025-08-27 07:20:37 -05:00
James Rich
dd6f60a0e0
fix(ci): release notes 3 (#2868) 2025-08-27 06:33:23 -05:00
James Rich
a6cc3191c2
fix(ci): releasenotes path? (#2867) 2025-08-27 05:35:48 -05:00
James Rich
e89bcda299
fix(ci): release whatsnew path (#2863) 2025-08-26 20:24:09 -05:00
James Rich
41cfc316f2
fix(ci): release status condition in workflow (#2862) 2025-08-26 19:37:20 -05:00
James Rich
1fc52466b0
fix(release): release notes path (#2861) 2025-08-26 19:09:33 -05:00
James Rich
f3338e3f0d
fix(ci): improve release workflow and proguard setup (#2857)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-08-26 19:18:51 +00:00
James Rich
523abfc208
fix(ci): Update track values in release workflow (#2853)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-08-26 16:03:24 +00:00
James Rich
31a5b293ba
ci(release): fix secrets handling in release workflow (#2851)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-08-26 14:30:30 +00:00
renovate[bot]
64efcf8211
chore(deps): update r0adkll/upload-google-play action to v1.1.3 (#2849)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-26 13:20:22 +00:00
James Rich
6b3f1236b1
ci(release): update release workflow to tag based versioning (#2838)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-08-26 12:36:58 +00:00
renovate[bot]
a885f68ecf
chore(deps): update actions/setup-java action to v5 (#2808)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-21 11:33:11 +00:00
James Rich
2d851ddbf0
ci(release): add GOOGLE_MAPS_API_KEY to release workflow (#2720) 2025-08-14 07:46:11 -05:00
James Rich
87e50e03ea
refactor: maps (#2097)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-08-13 17:51:19 +00:00
James Rich
8e9def7566
ci: release workflow perms
contents write

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-08-11 13:06:31 -05:00
James Rich
5d2d0e3d64
Update release.yml
fix config

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-08-11 12:21:16 -05:00
James Rich
e0feee7bb8
ci: add build provenance attestation (#2685)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-08-11 16:01:54 +00:00
renovate[bot]
4da518d9bc
chore(deps): update actions/checkout action to v5 (#2684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 14:45:24 +00:00
renovate[bot]
bf1fb737a4
chore(deps): update actions/download-artifact action to v5 (#2642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-06 00:04:50 +00:00
James Rich
2199fcc29a
chore(ci): remove job level env vars (#2635)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-08-05 01:27:34 +00:00
James Rich
ab22a655c4
feat(analytics): Integrate Datadog for RUM and Logging (#2578)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-08-01 21:54:46 +00:00
James Rich
9f94370d25
fix(ci): release.yml
java setup

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-07-30 09:40:52 -05:00
James Rich
20fbb27e87
ci: configure Gradle actions and JDK setup (#2514)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-07-23 16:21:48 +00:00
James Rich
209a8e67de
Refactor: Improve version code and name generation for builds (#2407)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-07-10 01:27:25 +00:00
James Rich
1f0beb0fdd
chore(ci): Decouple versioncode (#2393)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-07-08 17:12:16 +00:00
James Rich
db17815576
fix(ci): Gradle cache and auth requests for setup-java (#2392)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-07-08 15:56:32 +00:00
James Rich
11edd9a8d2
fix release.yml
back off jdk 24

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-06-25 18:20:10 -05:00
James Rich
496de47766
Refactor: Improve GitHub release workflow and build configuration (#2251) 2025-06-25 18:16:55 -05:00
Joshua Soberg
2d6180f609
[chore] Restrict GH action runs to the main repository (#2170) 2025-06-19 10:34:08 -05:00
James Rich
8d279afb10
Refactor: Migrate app build.gradle to Kotlin DSL (#2046) 2025-06-07 05:43:50 -05:00