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
Copy file name to clipboardExpand all lines: RELEASE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ The Android SDK and kits are released using GitHub Actions. The SDK and kits are
51
51
52
52
1. Navigate to the Actions tab
53
53
2. Select "release SDK"
54
-
3. Run the workflow from main branch with "dry run" option first
54
+
3. Run the workflow from main branch with "true" first to perform a dry run
55
55
> Important: Always start with a dry run to validate the release process. This will perform all steps up to semantic release without actually publishing, helping catch potential issues early.
56
-
4. If the dry run succeeds, run the workflow again with "not dry run" option to perform the actual release
56
+
4. If the dry run succeeds, run the workflow again with "false" option to perform the actual release
57
57
> Note: Only proceed with the actual release after confirming a successful dry run
58
58
59
59
### Important Notes
@@ -64,7 +64,7 @@ The Android SDK and kits are released using GitHub Actions. The SDK and kits are
64
64
- We have a custom script to install and start the emulator `scripts/install-start-emulator.sh`
65
65
- OS version is hardcoded to avoid issues with new releases
66
66
-**Code Reusability**:
67
-
- Reusable GitHub Actions are defined in the [parent repo](https://github.com/mParticle/mparticle-workflows)
67
+
- Reusable GitHub Actions are defined in the [mparticle-workflows repo](https://github.com/mParticle/mparticle-workflows)
68
68
- This enables other platforms to reuse similar jobs
0 commit comments