[PR #2987] [MERGED] Fix auto version bump workflow #16688

Closed
opened 2026-04-15 02:24:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2987
Author: @vgrassia
Created: 2/8/2024
Status: Merged
Merged: 2/12/2024
Merged by: @vgrassia

Base: mainHead: update-version-auto-bump-workflow


📝 Commits (1)

  • 5758b4a Update auto version bump workflow

📊 Changes

1 file changed (+23 additions, -14 deletions)

View changed files

📝 .github/workflows/version-auto-bump.yml (+23 -14)

📄 Description

Type of change

- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [X] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

This PR should fix the Version Auto Bump workflow for automatically bumping the Mobile version after release.

Code changes

  • .github/workflows/version-auto-bump.yml: Switch to calling the Version Bump workflow from the gh cli tool.

Before you submit

  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team
  • Ensure that all UI additions follow WCAG AA requirements

🔄 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/2987 **Author:** [@vgrassia](https://github.com/vgrassia) **Created:** 2/8/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@vgrassia](https://github.com/vgrassia) **Base:** `main` ← **Head:** `update-version-auto-bump-workflow` --- ### 📝 Commits (1) - [`5758b4a`](https://github.com/bitwarden/android/commit/5758b4a867d277a15b93dfbdf0f13f492760c43b) Update auto version bump workflow ### 📊 Changes **1 file changed** (+23 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/version-auto-bump.yml` (+23 -14) </details> ### 📄 Description ## Type of change <!-- (mark with an `X`) --> ``` - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [X] Build/deploy pipeline (DevOps) - [ ] Other ``` ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> This PR should fix the Version Auto Bump workflow for automatically bumping the Mobile version after release. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> - **.github/workflows/version-auto-bump.yml:** Switch to calling the `Version Bump` workflow from the `gh` cli tool. ## Before you submit - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team - Ensure that all UI additions follow [WCAG AA requirements](https://contributing.bitwarden.com/contributing/accessibility/) --- <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-15 02:24:12 -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#16688