Skip to content

Conversation

@michaelneale
Copy link
Collaborator

for rolling debug releases

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request is meant to enable early debug releases by automating the build and release process in the Android workflow.

  • Renames the build job and updates step names to reflect a release process.
  • Introduces steps to generate commit hashes and the current date for release metadata.
  • Adds a GitHub Release creation step using softprops/action-gh-release.
Comments suppressed due to low confidence (2)

.github/workflows/android-release.yml:1

  • The job is now named 'Android Release Build', but later steps still run a debug build. Please confirm whether the build should be a debug or release variant, and align the naming and execution accordingly.
+name: Android Release Build

.github/workflows/android-release.yml:23

  • The build step executes './gradlew assembleDebug' despite the workflow being renamed for a release. Verify if this is intentional or if the command should be updated to './gradlew assembleRelease' for a proper release build.
- name: Build Debug APK

@michaelneale michaelneale changed the title can make a early release running release workflow will publish rolling release Mar 17, 2025
@wesbillman wesbillman merged commit 4687ca2 into main Mar 17, 2025
1 check passed
@wesbillman wesbillman deleted the make-release branch March 17, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants