[PR #6074] [MERGED] [PM-22157] independent version names in build workflows #32300

Closed
opened 2026-04-18 15:41:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6074
Author: @mpbw2
Created: 10/23/2025
Status: Merged
Merged: 10/27/2025
Merged by: @mpbw2

Base: mainHead: PM-22157/independent-version-names


📝 Commits (10+)

  • 7854df0 PM-22157 Support independent version names in build workflows
  • 8df1ce0 temporarily reference work branch
  • 9a47b81 set appropriate base version numbers
  • 59e6a71 apply base version number
  • 5caf60b more tweaks
  • 0f26973 more tweaks
  • 5aa065f more tweaks
  • ac610cf add app codenames
  • 20e0a71 undo temporary ref change
  • 6d331a6 add patch_version input and fix ios actions ref

📊 Changes

3 files changed (+199 additions, -9 deletions)

View changed files

.github/workflows/_version.yml (+159 -0)
📝 .github/workflows/build-authenticator.yml (+17 -2)
📝 .github/workflows/build.yml (+23 -7)

📄 Description

🎟️ Tracking

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

📔 Objective

Introduce _version.yml and add app-specific tag support to workflows

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) 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/6074 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/27/2025 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `main` ← **Head:** `PM-22157/independent-version-names` --- ### 📝 Commits (10+) - [`7854df0`](https://github.com/bitwarden/android/commit/7854df016c6ce40d73b657da5b96e0ca9a2d6bdc) PM-22157 Support independent version names in build workflows - [`8df1ce0`](https://github.com/bitwarden/android/commit/8df1ce081f0dcc65c64797935a31f3b091c2fadf) temporarily reference work branch - [`9a47b81`](https://github.com/bitwarden/android/commit/9a47b81b3ad0e5e2ca348f54e4f00099a6e2a234) set appropriate base version numbers - [`59e6a71`](https://github.com/bitwarden/android/commit/59e6a71b6dd1d5c084a530bd197a740c14d801d3) apply base version number - [`5caf60b`](https://github.com/bitwarden/android/commit/5caf60b473b11d42ce47672ce7b080bcff88d247) more tweaks - [`0f26973`](https://github.com/bitwarden/android/commit/0f26973f514e7f56771f1ad9d0e9fc2613c37d8e) more tweaks - [`5aa065f`](https://github.com/bitwarden/android/commit/5aa065f116bf096963d86ab903cc844cf75cd161) more tweaks - [`ac610cf`](https://github.com/bitwarden/android/commit/ac610cfec95b3e8fc4b16ece4d4bd3df03e2588c) add app codenames - [`20e0a71`](https://github.com/bitwarden/android/commit/20e0a7129d0a275608bfaa34d83592d84844f9b5) undo temporary ref change - [`6d331a6`](https://github.com/bitwarden/android/commit/6d331a6b54ad34495d25ad6cfc1ad22bf3738beb) add patch_version input and fix ios actions ref ### 📊 Changes **3 files changed** (+199 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/_version.yml` (+159 -0) 📝 `.github/workflows/build-authenticator.yml` (+17 -2) 📝 `.github/workflows/build.yml` (+23 -7) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-22157 ## 📔 Objective Introduce `_version.yml` and add app-specific tag support to workflows ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) 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-18 15:41:35 -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#32300