Commit 29033e5
authored
[fix] Fixed releaser to only commit tracked files #552
The releaser tool was using 'git add .' which dangerously adds all files
including potentially private ones. Changed to only add files which
are already tracked and modified during the release process.
Fixes #5521 parent 9f2ab62 commit 29033e5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
362 | | - | |
| 361 | + | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
0 commit comments