Skip to content

Commit 0eadd54

Browse files
authored
Merge pull request #1533 from qawolf/changeset-release/main
Version Packages
2 parents 8d48a2e + db05d78 commit 0eadd54

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/runner-run-default-env.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @qawolf/cli
22

3+
## 1.17.1
4+
5+
### Patch Changes
6+
7+
- ff34821: `qawolf runner run` now falls back to `QAWOLF_ENVIRONMENT` when neither `--env-id` nor `--env-file` is passed, so the one export that already sets a default for `qawolf flows` covers a runner run too. `--env-id` still wins over it, and `--env-file` suppresses it so a run reading a dotenv file is not handed a second environment on top.
8+
9+
The run reports on stderr which environment it picked up. A run that was given none before is now given one, and those variables reach the flow's code, so it should never happen silently.
10+
311
## 1.17.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qawolf/cli",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "Run and manage QA Wolf flows from the terminal, CI, or an AI agent",
55
"keywords": [
66
"automation",

0 commit comments

Comments
 (0)