diff --git a/.changes/fix-cli-prompts.md b/.changes/fix-cli-prompts.md index 7c688f425..b35e304f7 100644 --- a/.changes/fix-cli-prompts.md +++ b/.changes/fix-cli-prompts.md @@ -1,5 +1,6 @@ --- "cli.rs": patch +"cli.js": patch --- Fix `init` command prompting for values even if the argument has been provided on the command line. diff --git a/.changes/perf-cli-dir-lookup.md b/.changes/perf-cli-dir-lookup.md index 6fd329695..3a1c9dc99 100644 --- a/.changes/perf-cli-dir-lookup.md +++ b/.changes/perf-cli-dir-lookup.md @@ -1,5 +1,6 @@ --- "cli.rs": patch +"cli.js": patch --- Respect `.gitignore` configuration when looking for the folder with the `tauri.conf.json` file.