()
| 30 | } |
| 31 | |
| 32 | function run(): void { |
| 33 | // eslint-disable-next-line no-console |
| 34 | console.log(getNewGitCommits().join('\n')); |
| 35 | } |
| 36 | |
| 37 | // Only run when executed directly, not when imported |
| 38 | if (require.main === module) { |
no test coverage detected