File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff 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
7375release-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
8483cargo binstall release-plz
85- # or cargo install
84+ # or: cargo install release-plz
8685` ` `
8786
8887# ## Configure Conventional Commits
You can’t perform that action at this time.
0 commit comments