[PR #3247] [MERGED] BRE-40 Add step to report upcoming release version to Slack #52330

Closed
opened 2026-05-01 16:17:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3247
Author: @urbinaalex17
Created: 5/16/2024
Status: Merged
Merged: 5/21/2024
Merged by: @urbinaalex17

Base: mainHead: task/BRE-40


📝 Commits (2)

  • 0c45670 BRE-40 ADD: step to report upcoming release version to Slack
  • 88d7433 Merge branch 'main' into task/BRE-40

📊 Changes

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

View changed files

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

📄 Description

Type of change

- [ ] Bug fix
- [] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [X] Build/deploy pipeline (BRE)
- [ ] Other

Objective

Report upcoming release to Slack using the generate version bump by the workflow.

Related PR: https://github.com/bitwarden/gh-actions/pull/281

Code changes

  • .github/workflows/version-bump.yml: Add step to report upcoming release

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/3247 **Author:** [@urbinaalex17](https://github.com/urbinaalex17) **Created:** 5/16/2024 **Status:** ✅ Merged **Merged:** 5/21/2024 **Merged by:** [@urbinaalex17](https://github.com/urbinaalex17) **Base:** `main` ← **Head:** `task/BRE-40` --- ### 📝 Commits (2) - [`0c45670`](https://github.com/bitwarden/android/commit/0c45670a440e73c99a29c1ea8e06cf5b7f30790b) BRE-40 ADD: step to report upcoming release version to Slack - [`88d7433`](https://github.com/bitwarden/android/commit/88d7433c728fbae517f96081aeeda0250bb5f16f) Merge branch 'main' into task/BRE-40 ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/version-bump.yml` (+8 -0) </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 (BRE) - [ ] Other ``` ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Report upcoming release to Slack using the generate version bump by the workflow. Related PR: https://github.com/bitwarden/gh-actions/pull/281 ## 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:** Add step to report upcoming release ## 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-05-01 16:17:07 -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#52330