From 5e3313081c2a12ebabb2ac68075ea2a2ee64efbb Mon Sep 17 00:00:00 2001 From: "dcd-cli-release-please[bot]" <296541543+dcd-cli-release-please[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:02:59 +0000 Subject: [PATCH 1/2] chore(production): release 5.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce65b73..e3690fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.0" + ".": "5.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 91fe1e9..0031a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.3.1](https://github.com/devicecloud-dev/dcd-cli/compare/v5.3.0...v5.3.1) (2026-08-14) + + +### Miscellaneous + +* release 5.3.1 ([#119](https://github.com/devicecloud-dev/dcd-cli/issues/119)) ([36610fc](https://github.com/devicecloud-dev/dcd-cli/commit/36610fcf2e3a2c9607ac37e18a8533d9204c8db9)) + ## [5.3.0](https://github.com/devicecloud-dev/dcd-cli/compare/v5.2.0...v5.3.0) (2026-08-07) diff --git a/package.json b/package.json index bf2b7b1..7d96580 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "test": "node scripts/test-runner.mjs", "typecheck": "tsc --noEmit -p tsconfig.test.json" }, - "version": "5.3.0", + "version": "5.3.1", "bugs": { "url": "https://discord.gg/gm3mJwcNw8" }, From 0cfa658cd2234b55d33f71aefa85879fa9ee1d4b Mon Sep 17 00:00:00 2001 From: finalerock44 <77282157+finalerock44@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:08:39 +0100 Subject: [PATCH 2/2] chore: restore the real 5.3.1 release notes The squash-promote model collapses the whole dev delta into a single `chore: release 5.3.1` commit, so release-please saw one commit of a hidden type and rendered an empty "Miscellaneous" section. Version came from the `Release-As:` footer; the notes had nowhere to come from. Repopulated from the 5.3.1-beta.1/beta.2 entries release-please already rendered correctly on the beta track. --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0031a1a..665a118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,15 @@ ## [5.3.1](https://github.com/devicecloud-dev/dcd-cli/compare/v5.3.0...v5.3.1) (2026-08-14) -### Miscellaneous +### Bug Fixes + +* **cloud:** exclude config-shaped files from flow discovery ([#114](https://github.com/devicecloud-dev/dcd-cli/issues/114)) ([13d01ee](https://github.com/devicecloud-dev/dcd-cli/commit/13d01eee5d0146049373011f304be2647e7f510b)), closes [#99](https://github.com/devicecloud-dev/dcd-cli/issues/99) +* **cloud:** reject malformed executionOrder instead of silently running in parallel ([#117](https://github.com/devicecloud-dev/dcd-cli/issues/117)) ([1973a42](https://github.com/devicecloud-dev/dcd-cli/commit/1973a42a1c4c01d0db29a106aa9c6a8f82da6853)), closes [#110](https://github.com/devicecloud-dev/dcd-cli/issues/110) + + +### Dependencies -* release 5.3.1 ([#119](https://github.com/devicecloud-dev/dcd-cli/issues/119)) ([36610fc](https://github.com/devicecloud-dev/dcd-cli/commit/36610fcf2e3a2c9607ac37e18a8533d9204c8db9)) +* bump the minor-and-patch group with 5 updates ([#112](https://github.com/devicecloud-dev/dcd-cli/issues/112)) ([2223dd4](https://github.com/devicecloud-dev/dcd-cli/commit/2223dd48bcb8e19d28a842df807939f5bc9879c5)) ## [5.3.0](https://github.com/devicecloud-dev/dcd-cli/compare/v5.2.0...v5.3.0) (2026-08-07)