Commit bdec440
committed
fix(register): Exact name match when locating package line in YAML file
startswith() matched 'Keyfactor.Workflows.IWorkflowStep' when searching
for 'Keyfactor.Workflows', writing the new version to the wrong package.
Replaced with a regex that requires the name to be followed only by
optional whitespace or a comment.1 parent 10c8397 commit bdec440
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
425 | 427 | | |
426 | 428 | | |
427 | 429 | | |
428 | | - | |
| 430 | + | |
| 431 | + | |
429 | 432 | | |
430 | 433 | | |
431 | 434 | | |
| |||
0 commit comments