[PR #2013] [MERGED] Auto bump mobile version after release #3291

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2013
Author: @michalchecinski
Created: 7/26/2022
Status: Merged
Merged: 8/2/2022
Merged by: @michalchecinski

Base: masterHead: feature/DEVOPS-849_autobump_mobile


📝 Commits (10+)

📊 Changes

1 file changed (+57 additions, -5 deletions)

View changed files

📝 .github/workflows/version-auto-bump.yml (+57 -5)

📄 Description

Type of change

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

Objective

Add workflow to auto bump mobile version after release. Not tested because Github doesn't detect new workflows from other branches than the default branch.

Code changes

  • .github/workflows/version-auto-bump.yml: Add workflow to auto bump mobile version after release

Screenshots

Before you submit

  • I have checked for formatting errors (dotnet tool run dotnet-format --check) (required)
  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • 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/2013 **Author:** [@michalchecinski](https://github.com/michalchecinski) **Created:** 7/26/2022 **Status:** ✅ Merged **Merged:** 8/2/2022 **Merged by:** [@michalchecinski](https://github.com/michalchecinski) **Base:** `master` ← **Head:** `feature/DEVOPS-849_autobump_mobile` --- ### 📝 Commits (10+) - [`cb2f93a`](https://github.com/bitwarden/android/commit/cb2f93a5060a73fb68659a148409db944834af50) Add autobump version number workflow - [`4429745`](https://github.com/bitwarden/android/commit/442974593bf51853d745268816172e446983c315) Comment pr since not tested - [`c6b9c15`](https://github.com/bitwarden/android/commit/c6b9c15753ec296969bbe6d808201cd7d129bddd) Update .github/workflows/version-auto-bump.yml - [`dbd9773`](https://github.com/bitwarden/android/commit/dbd977374f4e354862b3fa27625ccf7180ad86de) Trigger version bump workflow - [`9c0fffb`](https://github.com/bitwarden/android/commit/9c0fffbb5a2091b28d4fba6628ce67b6ffc27391) Merge branch 'feature/DEVOPS-849_autobump_mobile' of https://github.com/bitwarden/mobile into feature/DEVOPS-849_autobump_mobile - [`942e71e`](https://github.com/bitwarden/android/commit/942e71e6bc5f77d9ea950dbb86af11e17ca8d2e3) Comment for testing - [`842eefd`](https://github.com/bitwarden/android/commit/842eefd2c7e17cbe401c8b6dfacf0f7ce7a51029) add input for testing - [`b41f696`](https://github.com/bitwarden/android/commit/b41f6968714e84fab003a29dae53db98d5dbe8b7) FIx - [`8c85dea`](https://github.com/bitwarden/android/commit/8c85deab2367b790427829f18281198d882cd9b5) Remove testing values - [`0751527`](https://github.com/bitwarden/android/commit/075152786417e26910058c5c858504c7fce5a665) Merge branch 'master' into feature/DEVOPS-849_autobump_mobile ### 📊 Changes **1 file changed** (+57 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/version-auto-bump.yml` (+57 -5) </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 Add workflow to auto bump mobile version after release. Not tested because Github doesn't detect new workflows from other branches than the default branch. ## 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:** Add workflow to auto bump mobile version after release ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## Before you submit - [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] 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:30: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#3291