diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
index 20c752072f44f38de18c2d4e28bc717db005d6d2..c8e6b9896cdbae3da406dd239828bdf574b72722 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -11,8 +11,8 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v3
       - name: Check release notes
-        if: startsWith(github.ref, 'refs/heads/release/') == false
+        if: startsWith(github.head_ref, 'release/') == false
         uses: actualbudget/actions/release-notes/check@main
       - name: Generate release notes
-        if: startsWith(github.ref, 'refs/heads/release/') == true
+        if: startsWith(github.head_ref, 'release/') == true
         uses: actualbudget/actions/release-notes/generate@main
diff --git a/packages/api/package.json b/packages/api/package.json
index 029a9462f43b4dda43431eefe95f3a008e4a9800..41515f46a20bd05ccee84a0b4e08686800a31bee 100644
--- a/packages/api/package.json
+++ b/packages/api/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@actual-app/api",
-  "version": "6.0.1",
+  "version": "6.1.0",
   "license": "MIT",
   "description": "An API for Actual",
   "main": "dist/index.js",
diff --git a/packages/desktop-client/package.json b/packages/desktop-client/package.json
index a07e914f157b15775ea362af3736ca7a156f31a0..7e14e925d588c58f685a49e27ad6bcb07ff3f11a 100644
--- a/packages/desktop-client/package.json
+++ b/packages/desktop-client/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@actual-app/web",
-  "version": "23.5.0",
+  "version": "23.6.0",
   "license": "MIT",
   "files": [
     "build"
diff --git a/upcoming-release-notes/1000.md b/upcoming-release-notes/1000.md
deleted file mode 100644
index 99da49e3c02547e5b76e462de21b40e92f424851..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1000.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [MatissJanis]
----
-
-Reports: 1y date range should be 12 months, not 13 months
diff --git a/upcoming-release-notes/1001.md b/upcoming-release-notes/1001.md
deleted file mode 100644
index d3a7bda0bd0b4ef1c0b81acafee5ec0d4efed0e4..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1001.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [j-f1]
----
-
-Improve Actions setup, add more automation around issue management
diff --git a/upcoming-release-notes/1002.md b/upcoming-release-notes/1002.md
deleted file mode 100644
index 23cf6ec44a68d118c991ea52cb62511138566384..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1002.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [j-f1]
----
-
-Add missing migrations to the API package
diff --git a/upcoming-release-notes/1003.md b/upcoming-release-notes/1003.md
deleted file mode 100644
index a7f2fdf9923cc3739beee1ed0a51d7493b19898e..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1003.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [Shazib]
----
-
-Fixing Electron App
diff --git a/upcoming-release-notes/1004.md b/upcoming-release-notes/1004.md
deleted file mode 100644
index ec7d62d16a00e40616484d7c3d91c9e73e76146b..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1004.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Enhancements
-authors: [youngcw]
----
-
-Add option to not remove funds when using an "up to" goal template.
diff --git a/upcoming-release-notes/1005.md b/upcoming-release-notes/1005.md
deleted file mode 100644
index 407adcafe6f4738b193911ddb6ca699d96d805b6..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1005.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [Sinistersnare]
----
-
-Detect more errors in JS OFX importer.
diff --git a/upcoming-release-notes/1008.md b/upcoming-release-notes/1008.md
deleted file mode 100644
index 8bf34cb036f5cda64c937b2bac33d5ecbc60eaac..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1008.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [TheTrueCaligari]
----
-
-Reports: Add Upcoming/Due transactions in the "Selected balance" sum (Issue #319)
diff --git a/upcoming-release-notes/1011.md b/upcoming-release-notes/1011.md
deleted file mode 100644
index 624813fbc78e6665ecad61c9bbea77e96132d070..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1011.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Enhancements
-authors: [sudoCerb]
----
-
-Add ability to filter the Manage Payees screen to show orphaned payees only.
diff --git a/upcoming-release-notes/1012.md b/upcoming-release-notes/1012.md
deleted file mode 100644
index 1a19f505b04801dceb8edd2e59dceeb9c0e48433..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1012.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [youngcw]
----
-
-Add link to current feature requests to README.
diff --git a/upcoming-release-notes/1015.md b/upcoming-release-notes/1015.md
deleted file mode 100644
index cd12bab0da30728bc93dd7728ed72dc54aa61261..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1015.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [j-f1]
----
-
-Enable ESLint’s `curly` rule
diff --git a/upcoming-release-notes/1016.md b/upcoming-release-notes/1016.md
deleted file mode 100644
index 01b0ee1134794d0944f895f5345e8496e966cf9e..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1016.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Enhancements
-authors: [shall0pass]
----
-
-Add menu item and keywords for end-of-month budget reassignments
diff --git a/upcoming-release-notes/1017.md b/upcoming-release-notes/1017.md
deleted file mode 100644
index 1ae77e19dafdf3191264696c67d901d1e74d3f4c..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1017.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [TheTrueCaligari]
----
-
-Bugfix: amounts for schedules incorrectly read in 'space-dot' format.
\ No newline at end of file
diff --git a/upcoming-release-notes/1019.md b/upcoming-release-notes/1019.md
deleted file mode 100644
index 4f47f03518f02ce10b2c913de540cf8b057015c5..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1019.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [youngcw]
----
-
-Fix infinite loop condition in repeat goal
diff --git a/upcoming-release-notes/1022.md b/upcoming-release-notes/1022.md
deleted file mode 100644
index a86afe93f77f9b704ca7a8b0f8baf13e8ac5406d..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1022.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [j-f1]
----
-
-Improve behavior of shift-clicking checkboxes to select multiple transactions.
diff --git a/upcoming-release-notes/1023.md b/upcoming-release-notes/1023.md
deleted file mode 100644
index 3d9a37ca3135e6892167e95a669bab55b13b5ca3..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1023.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Features
-authors: [jonezy35]
----
-
-Created development docker container
diff --git a/upcoming-release-notes/1028.md b/upcoming-release-notes/1028.md
deleted file mode 100644
index f44c006a3917822a212881a108ff617e8c729867..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1028.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [shall0pass]
----
-
-Bugfix: Goals template compounding - Large target differences resulted in not enough funding
\ No newline at end of file
diff --git a/upcoming-release-notes/1029.md b/upcoming-release-notes/1029.md
deleted file mode 100644
index 5350894588e1c05469d951771fde4ac3a86304a4..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1029.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Enhancements
-authors: [chylex]
----
-
-Make number parsing agnostic to decimal and thousands separators
diff --git a/upcoming-release-notes/1032.md b/upcoming-release-notes/1032.md
deleted file mode 100644
index e435627bafaa120167d6d6bec08113af805575e2..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1032.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [jlsjonas]
----
-
-Adds support for dev containers, allowing for easier contributions.
\ No newline at end of file
diff --git a/upcoming-release-notes/1033.md b/upcoming-release-notes/1033.md
deleted file mode 100644
index 8bfd39b7c4200f0dc70393a3432632af4a6d621d..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1033.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [j-f1]
----
-
-Remove unnecessary message in the “Find schedules” modal
diff --git a/upcoming-release-notes/1034.md b/upcoming-release-notes/1034.md
deleted file mode 100644
index f08d9910e6c412d7cd2c925fa5bb70c727c10409..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1034.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Enhancements
-authors: [Miodec]
----
-
-Updated account order inside the account autocomplete popup to: On Budget, Off Budget, Closed Accounts. Removed closed accounts from suggestions when creating a new transaction.
diff --git a/upcoming-release-notes/1036.md b/upcoming-release-notes/1036.md
deleted file mode 100644
index 1c6ee006d8c1eb78556e9523eb9773bed139d850..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1036.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [j-f1]
----
-
-Remove dependency on `@reactions/component`
diff --git a/upcoming-release-notes/1037.md b/upcoming-release-notes/1037.md
deleted file mode 100644
index 9169905c6d9bd72460d16c4792262001c133860f..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1037.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [albertogasparin]
----
-
-Convert few other components in `desktop-client` to Typescript
diff --git a/upcoming-release-notes/1038.md b/upcoming-release-notes/1038.md
deleted file mode 100644
index 8018b0b88dfa20a67bac60f8f9d37a0fc82386ab..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1038.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [Miodec]
----
-
-Fixed a bug where it was possible to make a transfer to the same account as the one making the transfer.
diff --git a/upcoming-release-notes/1042.md b/upcoming-release-notes/1042.md
deleted file mode 100644
index 3d621b570fa11fe773a031d21efd14d4409348b3..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1042.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [j-f1]
----
-
-Update Yarn
diff --git a/upcoming-release-notes/1043.md b/upcoming-release-notes/1043.md
deleted file mode 100644
index 19dbc6e7e9b7bf235b2937d37db13420103cc307..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1043.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [j-f1]
----
-
-Upgrade `react-spring`, remove `wobble` dependency
diff --git a/upcoming-release-notes/1045.md b/upcoming-release-notes/1045.md
deleted file mode 100644
index f31fafc1bfd20b6ab5fde47c9ffd6247aa3dca04..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1045.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [trevdor]
----
-
-Update to React Router v5.1 conventions to facilitate the v6 upgrade.
diff --git a/upcoming-release-notes/1048.md b/upcoming-release-notes/1048.md
deleted file mode 100644
index 5118f58378212d149f08a9634ef51dd1566697a3..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1048.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [j-f1]
----
-
-Fix a couple of bugs/inconsistencies in the Electron app
diff --git a/upcoming-release-notes/1049.md b/upcoming-release-notes/1049.md
deleted file mode 100644
index ab841f69d499d0414840b6860a8a437a2c3f6bac..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1049.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [shall0pass]
----
-
-Goals Schedule - Include spent in calculation
\ No newline at end of file
diff --git a/upcoming-release-notes/1052.md b/upcoming-release-notes/1052.md
deleted file mode 100644
index 9568abde85d7e8a3365555d80f01dfe7645af2cd..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1052.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Enhancements
-authors: [youngcw]
----
-
-Templates: Add option to only apply schedule template to the month of the schedule instead of spreading out the charge.
diff --git a/upcoming-release-notes/1054.md b/upcoming-release-notes/1054.md
deleted file mode 100644
index 742feea131893e9736e14dc03a4d5dbea1cdb9ba..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1054.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [j-f1]
----
-
-Re-export the API methods at the top level of the `@actual-budget/api` package like they were in the past. Note: If you were using the `api.methods.<method>` syntax to access API methods in recent versions, that is now deprecated and will stop working with the next major release of the API package.
diff --git a/upcoming-release-notes/1056.md b/upcoming-release-notes/1056.md
deleted file mode 100644
index 3053a6cae900b92a617382798a56f87f4217e321..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1056.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [fry]
----
-
-Change copy-migrations shebang to bash. yarn build failed on copy-migrations because /bin/sh is not bash on WSL and doesn't expect -e
\ No newline at end of file
diff --git a/upcoming-release-notes/1058.md b/upcoming-release-notes/1058.md
deleted file mode 100644
index 5a1ba1068e5fcdd4a13c7416100221211125df62..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1058.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [shall0pass]
----
-
-Fix date calculations in Goal Templates by adding a time zone correction
\ No newline at end of file
diff --git a/upcoming-release-notes/1059.md b/upcoming-release-notes/1059.md
deleted file mode 100644
index 70cc325c902d5431d1ed22849281df1cd78fa649..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1059.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [youngcw]
----
-
-Goals: Undo change that broke some template parsing
diff --git a/upcoming-release-notes/1060.md b/upcoming-release-notes/1060.md
deleted file mode 100644
index 4ad96c9fea88d0b763247444363db18f80eb2e99..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1060.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Features
-authors: [Miodec]
----
-
-Added the ability to hide category groups while keeping them in the same category group.
diff --git a/upcoming-release-notes/1061.md b/upcoming-release-notes/1061.md
deleted file mode 100644
index bf4079fa6be8ee49b39128f79d34b5e673802065..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1061.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [j-f1]
----
-
-Use the `useLiveQuery` hook in a couple more places
diff --git a/upcoming-release-notes/1064.md b/upcoming-release-notes/1064.md
deleted file mode 100644
index 08646f48abf13f559715c09b451423616cc37cb9..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1064.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [j-f1]
----
-
-Integrate `useMemo` into `useLiveQuery`
diff --git a/upcoming-release-notes/1067.md b/upcoming-release-notes/1067.md
deleted file mode 100644
index 02024cca99f22eb3aacc71ff9db6a1ce377795f6..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1067.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [MatissJanis]
----
-
-Fix link to spent transactions for a budget category
diff --git a/upcoming-release-notes/1070.md b/upcoming-release-notes/1070.md
deleted file mode 100644
index 6ffe085d8a667665e610c76d80b41752bac76f5f..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1070.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [j-f1]
----
-
-Add a few more `eslint-plugin-import` rules to keep our imports tidy
diff --git a/upcoming-release-notes/1078.md b/upcoming-release-notes/1078.md
deleted file mode 100644
index 7acea615da13f1f9320ffc1fa346a8d541d46bbc..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1078.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [TomAFrench]
----
-
-Migrate some files in `desktop-client` to use Typescript.
\ No newline at end of file
diff --git a/upcoming-release-notes/1079.md b/upcoming-release-notes/1079.md
deleted file mode 100644
index fe0e9d3ee33dbf103fa026223562a243d1cdc038..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1079.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [TomAFrench]
----
-
-Remove stale reference to `loot-design` package.
\ No newline at end of file
diff --git a/upcoming-release-notes/1083.md b/upcoming-release-notes/1083.md
deleted file mode 100644
index cbdd7d205662e0fc58f3127d1c3468aec2faecaa..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1083.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [youngcw]
----
-
-Goals: Fix bug that made repeat values >9 fail parsing.
diff --git a/upcoming-release-notes/1084.md b/upcoming-release-notes/1084.md
deleted file mode 100644
index ab882f4b54db27fb51f2bd8d36508cc3fa049bcc..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/1084.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [shall0pass]
----
-
-Fix error if sink/source were defined in same category.
diff --git a/upcoming-release-notes/964.md b/upcoming-release-notes/964.md
deleted file mode 100644
index be23c35bb1e59896d6c6536ca5e8c27c74ba6032..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/964.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Enhancements
-authors: [trevdor]
----
-
-Introduces a ResponsiveProvider as a foundation for future mobile development. Makes transaction entry available to many mobile users in landscape orientation.
diff --git a/upcoming-release-notes/979.md b/upcoming-release-notes/979.md
deleted file mode 100644
index 36f92764239293038f10529dc5595bb2dba7ddb6..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/979.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Maintenance
-authors: [albertogasparin]
----
-
-Convert top common components in `desktop-client` to Typescript
diff --git a/upcoming-release-notes/994.md b/upcoming-release-notes/994.md
deleted file mode 100644
index d89cb755bc12a03da9f955e8319fff88e61509b8..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/994.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Enhancements
-authors: [MatissJanis]
----
-
-Reports: ability to filter the data by payee/account/category/etc.
diff --git a/upcoming-release-notes/995.md b/upcoming-release-notes/995.md
deleted file mode 100644
index d13424aa62dc25319cf5e022fcf25f547dc02709..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/995.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Enhancements
-authors: [TheTrueCaligari]
----
-
-Number Format: Add a new option (space-dot) e.g. "1 234.56"
diff --git a/upcoming-release-notes/999.md b/upcoming-release-notes/999.md
deleted file mode 100644
index 8073a7317f0f14d34f620cacce5527921a8dda2f..0000000000000000000000000000000000000000
--- a/upcoming-release-notes/999.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-category: Bugfix
-authors: [MatissJanis]
----
-
-Transactions table: when creating a split transaction - focus on the "debit" field next.