Commit 5467e39
chore: Fix release matching directories (open-telemetry#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 5ba87bd commit 5467e39
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
142 | 146 | | |
143 | 147 | | |
144 | 148 | | |
145 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
146 | 154 | | |
147 | 155 | | |
148 | 156 | | |
| |||
0 commit comments