Commit aaee468
authored
bug #12496 fixed find files in yaml standards (sspooky13)
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Hello, I am glad you upgrade dependency to [yaml-standards](https://github.com/sspooky13/yaml-standards) but you changed [only version number](Sylius/Sylius#12457) and you didn't change logic to find files 😅, now you [need to use wildcard to find files](https://github.com/sspooky13/yaml-standards/blame/master/CHANGELOG.md#L11).
I take this as feedback that changelog is not written well. I will be glad for every help how to write it better or what should I do to make sure this doesn't happen again? 🤔
Thank you in advance 🤝
Commits
-------
0b2594590eae65426af4f51228832e5dcb2bcf71 fixed find files in yaml standards3 files changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments