[PR #4740] [MERGED] Fix bump versions script #5564

Closed
opened 2026-02-28 21:14:29 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4740
Author: @jfdoming
Created: 4/4/2025
Status: Merged
Merged: 4/8/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/fix-bump-versions-script


📝 Commits (3)

  • a9f27de Include sync-server in auto-bumped versions
  • f5c8f71 Fix version bump logic to work if the month has rolled over
  • f0463f8 Add release notes

📊 Changes

2 files changed (+31 additions, -2 deletions)

View changed files

📝 .github/actions/bump-package-versions (+25 -2)
upcoming-release-notes/4740.md (+6 -0)

📄 Description

Two issues that came up this release:

  • packages/sync-server/package.json was not added as part of the server migration; this has been fixed.
  • Versions were not being correctly generated if the month had rolled over. This PR fixes the logic such that a minor version increment will still occur past the 1st of the month.

🔄 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/4740 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 4/4/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/fix-bump-versions-script` --- ### 📝 Commits (3) - [`a9f27de`](https://github.com/actualbudget/actual/commit/a9f27de14776c4652fd3c817f13ff7d9c8a949ad) Include sync-server in auto-bumped versions - [`f5c8f71`](https://github.com/actualbudget/actual/commit/f5c8f716beae388369afe7954d3a111819decf14) Fix version bump logic to work if the month has rolled over - [`f0463f8`](https://github.com/actualbudget/actual/commit/f0463f849071363e088a81cd63ed80362b6ce806) Add release notes ### 📊 Changes **2 files changed** (+31 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/bump-package-versions` (+25 -2) ➕ `upcoming-release-notes/4740.md` (+6 -0) </details> ### 📄 Description Two issues that came up this release: - `packages/sync-server/package.json` was not added as part of the server migration; this has been fixed. - Versions were not being correctly generated if the month had rolled over. This PR fixes the logic such that a minor version increment will still occur past the 1st of the month. --- <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-02-28 21:14:29 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5564