Skip to content

Commit 48ec379

Browse files
authored
Merge pull request #280 from wpengine/chore-pre-release-fixes-iteration-6
chore: fixes for pre-release iteration 6
2 parents 6e990b9 + 8474667 commit 48ec379

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.changeset/fast-bikes-glow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@wpengine/hwp-previews-wordpress-plugin": patch
3+
---
4+
5+
chore: Initial beta release of hwp-previews.

.github/workflows/pre-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656

5757
- name: Apply version bumps from changesets
5858
run: pnpm changeset version
59+
env:
60+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5961

6062
- name: Commit updated package.json and changelogs
6163
run: |
@@ -110,6 +112,8 @@ jobs:
110112
git config user.email "[email protected]"
111113
git tag "$TAG_NAME"
112114
git push origin "$TAG_NAME"
115+
env:
116+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113117

114118
- name: Run composer install
115119
working-directory: ${{ steps.metadata.outputs.PLUGIN_DIR }}

plugins/hwp-previews/TESTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Tests are organized into suites for unit, integration (wpunit), functional, and
77

88
## Test Suites
99

10-
- **unit**: Pure PHP unit tests, no WordPress loaded.
1110
- **wpunit**: Unit/integration tests with WordPress loaded.
1211
- **functional**: Simulates web requests, runs WordPress in a test environment.
1312
- **acceptance**: Browser-based tests (WPBrowser/WPWebDriver).

0 commit comments

Comments
 (0)