Commit f0c1563
chore: Fix release matching directories (#1728)
* chore: Fix release matching directories
HTTP / HTTPX
SQL / Sql Obfuscation + Sql Processors
All these gems match on the substring and cause toys to initiate
releases when changes have not been made to accidentally matching gems.
Adding a / should fix the match problem.
* Apply suggestions from code review
Co-authored-by: Sander Jans <[email protected]>
---------
Co-authored-by: Sander Jans <[email protected]>1 parent 3ae8c88 commit f0c1563
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
141 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
142 | 150 | | |
143 | 151 | | |
144 | 152 | | |
| |||
0 commit comments