[PR #5318] [MERGED] [PM-22437] Add product release notes to GitHub Releases #5671

Closed
opened 2025-11-27 00:12:03 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/5318
Author: @vvolkgang
Created: 6/5/2025
Status: Merged
Merged: 6/9/2025
Merged by: @vvolkgang

Base: mainHead: monorepo/jira-release-notes


📝 Commits (5)

  • e8d7739 Add python script to retrieve release notes from a jira ticket
  • 37845e2 Get product release notes
  • 1e9afe3 Moving file saving to the workflow
  • 1d2ba4e Cleanup readme
  • 0bfbb55 Refactor from ios repo

📊 Changes

5 files changed (+343 additions, -18 deletions)

View changed files

.github/scripts/jira-get-release-notes/README.md (+133 -0)
.github/scripts/jira-get-release-notes/jira_release_notes.py (+70 -0)
.github/scripts/jira-get-release-notes/pyproject.toml (+9 -0)
.github/scripts/jira-get-release-notes/uv.lock (+91 -0)
📝 .github/workflows/github-release.yml (+40 -18)

📄 Description

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-22437

📔 Objective

Automate adding product release notes to GitHub Releases.

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 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/5318 **Author:** [@vvolkgang](https://github.com/vvolkgang) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/9/2025 **Merged by:** [@vvolkgang](https://github.com/vvolkgang) **Base:** `main` ← **Head:** `monorepo/jira-release-notes` --- ### 📝 Commits (5) - [`e8d7739`](https://github.com/bitwarden/android/commit/e8d7739b9ea1500ea63e556f989589ee0c4fed74) Add python script to retrieve release notes from a jira ticket - [`37845e2`](https://github.com/bitwarden/android/commit/37845e2f464f3c9a5dd8c8f58064a75919e10147) Get product release notes - [`1e9afe3`](https://github.com/bitwarden/android/commit/1e9afe3bf2b80efdacdebcc54905e4304b7881dd) Moving file saving to the workflow - [`1d2ba4e`](https://github.com/bitwarden/android/commit/1d2ba4e6cb8964994a9d15cb9997179588e818b0) Cleanup readme - [`0bfbb55`](https://github.com/bitwarden/android/commit/0bfbb5504b402f9c1657efe72bf8a4c152c4a7c9) Refactor from ios repo ### 📊 Changes **5 files changed** (+343 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `.github/scripts/jira-get-release-notes/README.md` (+133 -0) ➕ `.github/scripts/jira-get-release-notes/jira_release_notes.py` (+70 -0) ➕ `.github/scripts/jira-get-release-notes/pyproject.toml` (+9 -0) ➕ `.github/scripts/jira-get-release-notes/uv.lock` (+91 -0) 📝 `.github/workflows/github-release.yml` (+40 -18) </details> ### 📄 Description ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-22437 ## 📔 Objective Automate adding product release notes to GitHub Releases. ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <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-27 00:12:03 -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#5671