[PR #4491] [MERGED] [PM-16211] chore(ci): Fix hotfix branch creation workflow by retrieving the last tag across all branches #4991

Closed
opened 2025-11-26 23:52:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/4491
Author: @vvolkgang
Created: 12/18/2024
Status: Merged
Merged: 12/20/2024
Merged by: @vvolkgang

Base: mainHead: fix-release-branch


📝 Commits (4)

  • d6ffd16 Fix Hotfix branch creation
  • b7bd97e Check if hotfix branch already exists
  • 1d8270f Removed rc input
  • f3b1be0 change git command to check for existing hotfix branch

📊 Changes

1 file changed (+7 additions, -6 deletions)

View changed files

📝 .github/workflows/release-branch.yml (+7 -6)

📄 Description

🎟️ Tracking

PM-16211

📔 Objective

The previous method to retrieve the last release git tag only worked when all tags are in the main branch. We'll now get the last tag across all branches.

While at it removed the rc prefix input which won't be used in this repo.

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/4491 **Author:** [@vvolkgang](https://github.com/vvolkgang) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/20/2024 **Merged by:** [@vvolkgang](https://github.com/vvolkgang) **Base:** `main` ← **Head:** `fix-release-branch` --- ### 📝 Commits (4) - [`d6ffd16`](https://github.com/bitwarden/android/commit/d6ffd164ca68edab2d4879bc554fdb8c7e194d99) Fix Hotfix branch creation - [`b7bd97e`](https://github.com/bitwarden/android/commit/b7bd97e40d6d072fcb2f1188fa731aaf4e712583) Check if hotfix branch already exists - [`1d8270f`](https://github.com/bitwarden/android/commit/1d8270f9fbf014503813163e06fcb6b0f989bb99) Removed rc input - [`f3b1be0`](https://github.com/bitwarden/android/commit/f3b1be08cb4b9e25097e99a167c8d1b63b20b12c) change git command to check for existing hotfix branch ### 📊 Changes **1 file changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release-branch.yml` (+7 -6) </details> ### 📄 Description ## 🎟️ Tracking PM-16211 ## 📔 Objective The previous method to retrieve the last release git tag only worked when all tags are in the main branch. We'll now get the last tag across all branches. While at it removed the rc prefix input which won't be used in this repo. ## ⏰ 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 2025-11-26 23:52:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#4991