[PR #1669] [MERGED] Added version bump workflow #3044

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1669
Author: @mimartin12
Created: 11/30/2021
Status: Merged
Merged: 11/30/2021
Merged by: @mimartin12

Base: masterHead: ci/version-bump-action


📝 Commits (1)

  • 556077e Added version bump workflow

📊 Changes

1 file changed (+83 additions, -0 deletions)

View changed files

.github/workflows/version-bump.yml (+83 -0)

📄 Description

Type of change

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

Objective

Adds a new workflow that allows Github Actions to update the version number in the following files and then creates a PR with the changes.

  • src/Android/Properties/AndroidManifest.xml
  • src/iOS.Autofill/Info.plist
  • src/iOS.Extension/Info.plist
  • src/iOS/Info.plist

Testing requirements

To perform tests after merge, run Version Bump workflow with the desired version(e.g. 1.1.2) in the input. Once the workflow is finished, there should be a new branch called version_bump_1.1.2 along with a PR to merge that branch into master. If the branch and PR looks acceptable, close the PR and delete the branch.

Example of PR:
image


🔄 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/1669 **Author:** [@mimartin12](https://github.com/mimartin12) **Created:** 11/30/2021 **Status:** ✅ Merged **Merged:** 11/30/2021 **Merged by:** [@mimartin12](https://github.com/mimartin12) **Base:** `master` ← **Head:** `ci/version-bump-action` --- ### 📝 Commits (1) - [`556077e`](https://github.com/bitwarden/android/commit/556077ec93b4d84dccdadb9676ef261e86943564) Added version bump workflow ### 📊 Changes **1 file changed** (+83 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/version-bump.yml` (+83 -0) </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 Adds a new workflow that allows Github Actions to update the version number in the following files and then creates a PR with the changes. - `src/Android/Properties/AndroidManifest.xml` - `src/iOS.Autofill/Info.plist` - `src/iOS.Extension/Info.plist` - `src/iOS/Info.plist` ## Testing requirements To perform tests after merge, run `Version Bump` workflow with the desired version(e.g. 1.1.2) in the input. Once the workflow is finished, there should be a new branch called `version_bump_1.1.2` along with a PR to merge that branch into master. If the branch and PR looks acceptable, close the PR and delete the branch. Example of PR: ![image](https://user-images.githubusercontent.com/77340197/143957580-169bcec2-4b09-4ef7-bf2d-2247a2e98a12.png) --- <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:27:34 -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#3044