Skip to content

Commit 14e196c

Browse files
committed
docs: clarify release-plz init must be run by user, not agent
1 parent 0b94d12 commit 14e196c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

AGENT-GUIDE.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,21 @@ Values in `extra_env` are merged with values from `Cargo.toml`.
6767

6868
### Initialize release-plz
6969

70-
**Ask the user to run this command:**
70+
**IMPORTANT: This is an interactive command. Do NOT run it yourself.**
71+
72+
Ask the user to run this command in their own terminal:
7173

7274
```bash
7375
release-plz init
7476
```
7577

76-
This command:
77-
- Creates `.github/workflows/release-plz.yml`
78-
- Sets up necessary GitHub repository secrets
79-
- Configures the release workflow
78+
This command requires user interaction (GitHub authentication, selecting options) and cannot be run by an agent. The user must run it themselves.
8079

81-
If they don't have release-plz installed, they can install it with:
80+
If they don't have release-plz installed, ask them to install it first:
8281

8382
```bash
8483
cargo binstall release-plz
85-
# or cargo install
84+
# or: cargo install release-plz
8685
```
8786

8887
### Configure Conventional Commits

0 commit comments

Comments
 (0)