diff --git a/.changeset/eighty-hotels-draw.md b/.changeset/eighty-hotels-draw.md index 558240ed21..15532c1346 100644 --- a/.changeset/eighty-hotels-draw.md +++ b/.changeset/eighty-hotels-draw.md @@ -2,4 +2,4 @@ "@pnpm/plugin-commands-script-runners": patch --- ---no-bail should work with non-recursive run commands as well. +`--no-bail` should work with non-recursive `run` commands as well. diff --git a/.changeset/gorgeous-keys-leave.md b/.changeset/gorgeous-keys-leave.md index 2b7f95f920..cf7cef86d6 100644 --- a/.changeset/gorgeous-keys-leave.md +++ b/.changeset/gorgeous-keys-leave.md @@ -3,4 +3,4 @@ "pnpm": minor --- -New CLI option added: --test-pattern. +New CLI option added: `--test-pattern`. diff --git a/.changeset/hip-tips-lay.md b/.changeset/hip-tips-lay.md index c1aff8fd60..822d1c4e48 100644 --- a/.changeset/hip-tips-lay.md +++ b/.changeset/hip-tips-lay.md @@ -4,4 +4,4 @@ "@pnpm/config": minor --- -Filter files matching this filter from the git changed file list when running the test command +New option added: `test-pattern`. `test-pattern` allows to detect whether the modified files are related to tests. If they are, the dependent packages of such modified packages are not included.