Skip to content

Commit b0cdc20

Browse files
Address review comments
1 parent 0aefdff commit b0cdc20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ The Android SDK and kits are released using GitHub Actions. The SDK and kits are
5151

5252
1. Navigate to the Actions tab
5353
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
5555
> 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
5757
> Note: Only proceed with the actual release after confirming a successful dry run
5858
5959
### Important Notes
@@ -64,7 +64,7 @@ The Android SDK and kits are released using GitHub Actions. The SDK and kits are
6464
- We have a custom script to install and start the emulator `scripts/install-start-emulator.sh`
6565
- OS version is hardcoded to avoid issues with new releases
6666
- **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)
6868
- This enables other platforms to reuse similar jobs
6969

7070
## Post-Release Verification

0 commit comments

Comments
 (0)