From ac643f4cf4f768c0ca9bc776a7dd997ce2b3979d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 22:07:17 +0000 Subject: [PATCH] Prepare Release vnull using 'release-plan' --- .release-plan.json | 14 ++------------ CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index eee6200..3ca0195 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,18 +1,8 @@ { "solution": { "@universal-ember/test-support": { - "impact": "minor", - "oldVersion": "0.8.0", - "newVersion": "0.9.0", - "tagName": "latest", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - } - ], - "pkgJSONPath": "./test-support/package.json" + "oldVersion": "0.9.0" } }, - "description": "## Release (2026-07-28)\n\n* @universal-ember/test-support 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/test-support`\n * [#137](https://github.com/universal-ember/test-support/pull/137) visitAllLinks: add a shouldVisit filter ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 54bae32..eba3475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2026-07-28) * @universal-ember/test-support 0.9.0 (minor)