[PR #3351] [MERGED] [PM-8985] Distribute beta builds on every push to main #41251

Closed
opened 2026-04-23 20:03:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3351
Author: @SaintPatrck
Created: 6/24/2024
Status: Merged
Merged: 6/26/2024
Merged by: @SaintPatrck

Base: mainHead: pm-8985/automate-build-distribution


📝 Commits (5)

  • 988fe01 Upload beta builds on every push to main
  • 73f07c5 Increment build version name based on latest beta track version
  • c48779c Derive version name from last committed tag
  • 8d0fb73 Merge remote-tracking branch 'refs/remotes/origin/main' into pm-8985/automate-build-distribution
  • 9d3b80b Remove unnecessary var assignment

📊 Changes

2 files changed (+26 additions, -13 deletions)

View changed files

📝 .github/workflows/build.yml (+2 -2)
📝 fastlane/Fastfile (+24 -11)

📄 Description

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-8985

📔 Objective

Every push to main will draft a new Beta release to the Closed Beta Testing track in Google Play Store.

Unless a version name is provided when manually triggering this job, the version name will be calculated based on the latest git tag.

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed
    issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/3351 **Author:** [@SaintPatrck](https://github.com/SaintPatrck) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `pm-8985/automate-build-distribution` --- ### 📝 Commits (5) - [`988fe01`](https://github.com/bitwarden/android/commit/988fe01b662cb0ea37d2e32339a988f182a7735b) Upload beta builds on every push to main - [`73f07c5`](https://github.com/bitwarden/android/commit/73f07c59d2468c1b6b18873f38b879acf9876bb1) Increment build version name based on latest beta track version - [`c48779c`](https://github.com/bitwarden/android/commit/c48779c8695f0f78e562733c09af3f9a28cec2ed) Derive version name from last committed tag - [`8d0fb73`](https://github.com/bitwarden/android/commit/8d0fb736f6b35315fdbf1a685c08c0f3a8966f1d) Merge remote-tracking branch 'refs/remotes/origin/main' into pm-8985/automate-build-distribution - [`9d3b80b`](https://github.com/bitwarden/android/commit/9d3b80b76617608c02f60225538d1821f7e64162) Remove unnecessary var assignment ### 📊 Changes **2 files changed** (+26 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+2 -2) 📝 `fastlane/Fastfile` (+24 -11) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-8985 ## 📔 Objective Every push to main will draft a new Beta release to the Closed Beta Testing track in Google Play Store. Unless a version name is provided when manually triggering this job, the version name will be calculated based on the latest git tag. ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 20:03:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#41251