Merge pull request #15220 from backstage/rugvip/lockfile-diff

cli: make --since <ref> flag aware of yarn.lock changes
This commit is contained in:
Patrik Oldsberg
2022-12-22 16:11:51 +01:00
committed by GitHub
12 changed files with 775 additions and 87 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
The `repo test`, `repo lint`, and `repo build` commands will now analyze `yarn.lock` for dependency changes when searching for changed packages. This allows you to use the `--since <ref>` flag even if you have `yarn.lock` changes.