[PR #2121] [MERGED] [DEVOPS-1014] Fix version auto bump workflow #3368

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2121
Author: @michalchecinski
Created: 10/10/2022
Status: Merged
Merged: 10/11/2022
Merged by: @michalchecinski

Base: masterHead: DEVOPS-1014-fix-mobile-autobump


📝 Commits (4)

📊 Changes

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

View changed files

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

📄 Description

Type of change

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

Objective

Fix version auto bump workflow. https://bitwarden.atlassian.net/browse/DEVOPS-1014

Code changes

  • .github/workflows/version-auto-bump.yml: Fix obtaining version tag. Fix regex matching major and minor portions of the released version.

Screenshots

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • 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

🔄 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/2121 **Author:** [@michalchecinski](https://github.com/michalchecinski) **Created:** 10/10/2022 **Status:** ✅ Merged **Merged:** 10/11/2022 **Merged by:** [@michalchecinski](https://github.com/michalchecinski) **Base:** `master` ← **Head:** `DEVOPS-1014-fix-mobile-autobump` --- ### 📝 Commits (4) - [`3bdf5c7`](https://github.com/bitwarden/android/commit/3bdf5c7c668bb7d8d2f15a9be1d7b8f0ea163f1a) Fix autobump - [`560969f`](https://github.com/bitwarden/android/commit/560969f76ef18c3cf1d58de5dc702d192563326c) Fix regex - [`b952a2b`](https://github.com/bitwarden/android/commit/b952a2b04692c6fd6fd3a0835bc248bd9e197d26) Use tag name - [`61588f1`](https://github.com/bitwarden/android/commit/61588f1a81ca1d32da02ee0114cc3db57fa78f58) DEVOPS-1014 - Review (#2123) ### 📊 Changes **1 file changed** (+14 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/version-auto-bump.yml` (+14 -20) </details> ### 📄 Description ## Type of change - [ ] 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--> Fix version auto bump workflow. https://bitwarden.atlassian.net/browse/DEVOPS-1014 ## 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:** Fix obtaining version tag. Fix regex matching major and minor portions of the released version. ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - 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 --- <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:31:48 -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#3368