Commit bb6b406
[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 #552
(cherry picked from commit 29033e5)1 parent b7d626b commit bb6b406
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