docs: update changesets

This commit is contained in:
Zoltan Kochan
2020-12-23 11:46:47 +02:00
parent 9427ab3925
commit c33fb49e6d
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -3,4 +3,4 @@
"pnpm": minor
---
New CLI option added: --test-pattern.
New CLI option added: `--test-pattern`.

View File

@@ -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.