[PR #1801] [MERGED] Add dry run option to release workflow #3137

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1801
Author: @mimartin12
Created: 2/23/2022
Status: Merged
Merged: 2/23/2022
Merged by: @mimartin12

Base: masterHead: dryrun-workflow


📝 Commits (3)

📊 Changes

1 file changed (+12 additions, -7 deletions)

View changed files

📝 .github/workflows/release.yml (+12 -7)

📄 Description

Type of change

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

Objective

We would like the ability to test the majority of the functionality of our release pipelines so that we can release faster.

Code changes

  • .github/workflows/release.yml: Adds dry run options and gates. Updates action versions, which is a good test for dry-run

Before you submit

  • 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/1801 **Author:** [@mimartin12](https://github.com/mimartin12) **Created:** 2/23/2022 **Status:** ✅ Merged **Merged:** 2/23/2022 **Merged by:** [@mimartin12](https://github.com/mimartin12) **Base:** `master` ← **Head:** `dryrun-workflow` --- ### 📝 Commits (3) - [`17f10bb`](https://github.com/bitwarden/android/commit/17f10bb7e2bfac3f53244b3a6c48117c6c500954) Add dry run option - [`a1338ff`](https://github.com/bitwarden/android/commit/a1338ff28a84e1fe4ff972c8964cb00d3eda9378) Linting - [`34075ca`](https://github.com/bitwarden/android/commit/34075ca19c9a20a51ec99b73db7da1ba705ae9e5) Updated branch check gate ### 📊 Changes **1 file changed** (+12 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+12 -7) </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--> We would like the ability to test the majority of the functionality of our release pipelines so that we can release faster. ## 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/release.yml:** Adds dry run options and gates. Updates action versions, which is a good test for dry-run ## Before you submit - [ ] 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) - [X] 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:28:46 -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#3137