diff --git a/.changeset/lazy-tools-vanish.md b/.changeset/lazy-eyes-taste.md similarity index 99% rename from .changeset/lazy-tools-vanish.md rename to .changeset/lazy-eyes-taste.md index eb6b0874..8ec19a93 100644 --- a/.changeset/lazy-tools-vanish.md +++ b/.changeset/lazy-eyes-taste.md @@ -3,4 +3,3 @@ --- chore: Initial beta release of hwp-previews. - diff --git a/.github/workflows/create-release-branch.yml b/.github/workflows/create-release-branch.yml index fe3fd1bf..62c6dd50 100644 --- a/.github/workflows/create-release-branch.yml +++ b/.github/workflows/create-release-branch.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 18.x. # Min version required by the repo + node-version: 18.x # Min version required by the repo - name: Setup pnpm uses: pnpm/action-setup@v3 diff --git a/plugins/hwp-previews/TESTING.md b/plugins/hwp-previews/TESTING.md index b51ad609..df0978ee 100644 --- a/plugins/hwp-previews/TESTING.md +++ b/plugins/hwp-previews/TESTING.md @@ -11,7 +11,7 @@ Tests are organized into suites for integration (wpunit), functional, and accept - **functional**: Simulates web requests, runs WordPress in a test environment. - **acceptance**: Browser-based tests (WPBrowser/WPWebDriver). -Configuration files for each suite are in the `tests/` directory (e.g., `unit.suite.dist.yml`, `wpunit.suite.dist.yml`). +Configuration files for each suite are in the `tests/` directory (e.g., `wpunit.suite.dist.yml`). ---