Skip to content

Commit 440f8d9

Browse files
chore: v0.0.1-beta.7 — CI smoke job verifies bundle pre-install
- smoke-windows runs rsync.exe / busybox.exe directly from the workspace bundle, before npm install, so the test proves DLL chain integrity regardless of whether AV interferes with global install paths. - Adds Defender exclusions before npm i -g. - workflow_dispatch supported; publish step gated to only run on tag push.
1 parent a8d7fcb commit 440f8d9

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.0.1-beta.7 (2026-05-23)
4+
5+
### Internals
6+
- Smoke-windows CI job now runs the bundled `rsync.exe` and `busybox.exe` directly from the workspace bundle **before** the npm-install step, so a passing smoke test proves the DLL chain is correct independent of whether antivirus interferes with the global install path.
7+
- Adds Windows Defender exclusions before `npm i -g` to prevent msys DLLs from being quarantined during install.
8+
- Publish job now skips on `workflow_dispatch` (manual triggers), so maintainers can re-test the smoke job without bumping the version.
9+
310
## 0.0.1-beta.6 (2026-05-23)
411

512
### Bug Fixes (Windows)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instawp/cli",
3-
"version": "0.0.1-beta.6",
3+
"version": "0.0.1-beta.7",
44
"description": "InstaWP CLI - Create and manage WordPress sites from the terminal",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)