[PR #3043] [MERGED] DEVOPS-1840 - Update for automatic version bump calculation #23363

Closed
opened 2026-04-16 23:27:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: devops-1840_automatic-version-bump-calc


📝 Commits (4)

  • 0c900d1 Update for automatic version bump calculation
  • cc9f28d Merge branch 'main' into devops-1840_automatic-version-bump-calc
  • e0c6065 Add logic and testing
  • 95244a3 Remove testing

📊 Changes

2 files changed (+125 additions, -65 deletions)

View changed files

📝 .github/workflows/version-auto-bump.yml (+3 -21)
📝 .github/workflows/version-bump.yml (+122 -44)

📄 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 the Version Bump workflow to use the version-next action to automatically calculate the next release version if an override version is not specified.

Code changes

  • .github/workflows/version-bump.yml: Move around steps and add required logic to make use of the version-next action.

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/3043 **Author:** [@vgrassia](https://github.com/vgrassia) **Created:** 2/29/2024 **Status:** ✅ Merged **Merged:** 3/12/2024 **Merged by:** [@vgrassia](https://github.com/vgrassia) **Base:** `main` ← **Head:** `devops-1840_automatic-version-bump-calc` --- ### 📝 Commits (4) - [`0c900d1`](https://github.com/bitwarden/android/commit/0c900d175007b6e06e0611d30d6417a97887ecd6) Update for automatic version bump calculation - [`cc9f28d`](https://github.com/bitwarden/android/commit/cc9f28ddb7fc8fa8ac4c9078d7443e08341e72c6) Merge branch 'main' into devops-1840_automatic-version-bump-calc - [`e0c6065`](https://github.com/bitwarden/android/commit/e0c6065d8b1bda449b04cb50f40b71ae875e5cc5) Add logic and testing - [`95244a3`](https://github.com/bitwarden/android/commit/95244a3ba5a1bc86deac395078f7500afa91d17e) Remove testing ### 📊 Changes **2 files changed** (+125 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/version-auto-bump.yml` (+3 -21) 📝 `.github/workflows/version-bump.yml` (+122 -44) </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 the `Version Bump` workflow to use the `version-next` action to automatically calculate the next release version if an override version is not specified. ## 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:** Move around steps and add required logic to make use of the `version-next` action. ## 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-16 23:27: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#23363