Skip to content

Automate signed releases with GitHub Actions #146

@bryantran24

Description

@bryantran24

Add a GitHub Actions workflow to automatically build signed release APK/AAB artifacts and publish them to the GitHub Releases page with auto-generated release notes.

The goal is to:

  • Build release APK and AAB on version tag (e.g. vX.Y.Z)
  • Sign builds using a keystore stored securely in GitHub Secrets
  • Attach APK/AAB artifacts to the GitHub Release
  • Auto-generate update summaries using GitHub release notes

This will reduce manual release work and make releases independent of a single maintainer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions