Skip to content

Version Packages - #1521

Merged
Chase J (chajac) merged 1 commit into
mainfrom
changeset-release/main
Aug 24, 2026
Merged

Version Packages#1521
Chase J (chajac) merged 1 commit into
mainfrom
changeset-release/main

Conversation

@qa-wolf-ops

@qa-wolf-ops qa-wolf-ops Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@qawolf/cli@1.14.0

Minor Changes

  • 6bf56f9: qawolf flows run now exits 2 when the pattern selects nothing runnable. It previously exited 0, so a typo'd pattern or a mis-scoped CI shard reported success with no flow executed. Three cases changed: the pattern matches no file, the matched files declare no target, and every matched flow has a target the CLI cannot run locally (iOS, Basic, Electron). The --env path already exited 2 for its own no-match case.

    Pass --allow-no-match to keep the old exit-0 behavior where an empty selection is expected.

Patch Changes

  • b5673eb: Exit with code 3 when the API rejects the key with HTTP 401.

    Before this change, a command that sent an invalid QAWOLF_API_KEY exited with code 1, which the documented contract reserves for flow failures. Only a missing key exited with code 3. Now the public API commands and qawolf auth whoami exit with code 3 for a missing key and for an invalid key. A CI wrapper that branches on the exit status can now tell an auth failure from a test failure.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 4952841 to f81c0c2 Compare August 24, 2026 14:29
@chajac
Chase J (chajac) merged commit 1e7f0af into main Aug 24, 2026
6 checks passed
@chajac
Chase J (chajac) deleted the changeset-release/main branch August 24, 2026 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant