Commit 48beea0
committed
fix(ng-dev/release): improve lockfile exclusion logic in snapshot publishing
Update the snapshot publishing logic to more robustly exclude lockfiles from
determining if a snapshot is affected by changes.
Specifically:
- Added pnpm-lock.yaml to the list of excluded paths.
- Added both root-level and glob variants for MODULE.bazel.lock, pnpm-lock.yaml, and pubspec.lock.
- Wrapped exclude pathspecs in quotes to ensure they are correctly interpreted by the git command.1 parent 929d4f4 commit 48beea0
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
| |||
171 | 180 | | |
172 | 181 | | |
173 | 182 | | |
174 | | - | |
| 183 | + | |
175 | 184 | | |
176 | 185 | | |
177 | 186 | | |
| |||
0 commit comments