[PR #2898] [MERGED] Update version bump workflow #45476

Closed
opened 2026-04-26 12:47:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2898
Author: @vgrassia
Created: 12/11/2023
Status: Merged
Merged: 12/12/2023
Merged by: @vgrassia

Base: masterHead: update-version-bump-workflow


📝 Commits (6)

  • 9b71078 Update Version Bump workflow
  • 31734b5 Install xmllint
  • 9b757a1 Bumped version to 2024.1.0 (#2897)
  • 918babe Remove test code
  • 1a8dd61 Merge branch 'update-version-bump-workflow' of github.com:bitwarden/mobile into update-version-bump-workflow
  • d4fb2b6 Revert "Bumped version to 2024.1.0 (#2897)"

📊 Changes

2 files changed (+79 additions, -28 deletions)

View changed files

📝 .github/workflows/version-auto-bump.yml (+1 -0)
📝 .github/workflows/version-bump.yml (+78 -28)

📄 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 updates our Version Bump workflow so that it can be called from other workflows and also creates and approves PRs automatically. There are also other miscellaneous changes to formatting and names as well.

Code changes

  • .github/workflows/version-bump.yml: Updated workflow to be callable and create/approve PRs automatically.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • If making database changes - make sure you also update Entity Framework queries and/or migrations
  • 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/2898 **Author:** [@vgrassia](https://github.com/vgrassia) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@vgrassia](https://github.com/vgrassia) **Base:** `master` ← **Head:** `update-version-bump-workflow` --- ### 📝 Commits (6) - [`9b71078`](https://github.com/bitwarden/android/commit/9b710780e5fa056a761cae6a342677c2c8c9234b) Update Version Bump workflow - [`31734b5`](https://github.com/bitwarden/android/commit/31734b544ad4b4a1a03ca718979e6c43cce2134b) Install xmllint - [`9b757a1`](https://github.com/bitwarden/android/commit/9b757a19957bd0f3fe65caf10e54da5ee1598328) Bumped version to 2024.1.0 (#2897) - [`918babe`](https://github.com/bitwarden/android/commit/918babedbd2fa34b1397fda1d7c9a27435a06771) Remove test code - [`1a8dd61`](https://github.com/bitwarden/android/commit/1a8dd619eda44e36cb51b4b45973c91de7205a13) Merge branch 'update-version-bump-workflow' of github.com:bitwarden/mobile into update-version-bump-workflow - [`d4fb2b6`](https://github.com/bitwarden/android/commit/d4fb2b63750af0d7cb36712c35c16bbc4d4fca0b) Revert "Bumped version to 2024.1.0 (#2897)" ### 📊 Changes **2 files changed** (+79 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/version-auto-bump.yml` (+1 -0) 📝 `.github/workflows/version-bump.yml` (+78 -28) </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 updates our `Version Bump` workflow so that it can be called from other workflows and also creates and approves PRs automatically. There are also other miscellaneous changes to formatting and names as well. ## 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-bump.yml:** Updated workflow to be callable and create/approve PRs automatically. ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - If making database changes - make sure you also update Entity Framework queries and/or migrations - 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 2026-04-26 12:47:09 -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#45476