[PR #7635] [MERGED] fix release note generation script #77287

Closed
opened 2026-05-16 19:07:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7635
Author: @matt-fidd
Created: 4/27/2026
Status: Merged
Merged: 4/27/2026
Merged by: @matt-fidd

Base: masterHead: release-note-generation


📝 Commits (2)

📊 Changes

2 files changed (+82 additions, -18 deletions)

View changed files

📝 packages/ci-actions/bin/release-notes-generate.mjs (+76 -18)
upcoming-release-notes/7635.md (+6 -0)

📄 Description

Description

Instead of dropping the whole commit and regenerating the file, only create the files if they are not present. Otherwise regenerate just the autogenerated release note part and leave any changes to the preamble alone.

If this is merged, it would be good to cherrypick into the release branch and make sure it works

Ref: https://github.com/actualbudget/actual/actions/runs/24939479180/job/73030643653?pr=7621

Testing

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

🔄 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/actualbudget/actual/pull/7635 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 4/27/2026 **Status:** ✅ Merged **Merged:** 4/27/2026 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `release-note-generation` --- ### 📝 Commits (2) - [`62bedf8`](https://github.com/actualbudget/actual/commit/62bedf8e54a6bc6d055f930482eaac824ee45967) fix release note generation script - [`2d6b36d`](https://github.com/actualbudget/actual/commit/2d6b36d128bbfb4694c7ab77499e745606a4fdd1) note ### 📊 Changes **2 files changed** (+82 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `packages/ci-actions/bin/release-notes-generate.mjs` (+76 -18) ➕ `upcoming-release-notes/7635.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> Instead of dropping the whole commit and regenerating the file, only create the files if they are not present. Otherwise regenerate just the autogenerated release note part and leave any changes to the preamble alone. If this is merged, it would be good to cherrypick into the release branch and make sure it works ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> Ref: https://github.com/actualbudget/actual/actions/runs/24939479180/job/73030643653?pr=7621 ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> --- <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-16 19:07:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#77287