(versions)
| 274 | } |
| 275 | |
| 276 | function cleanupVersions(versions) { |
| 277 | for (const version of versions) { |
| 278 | cleanupVersionBlock(version); |
| 279 | } |
| 280 | } |
| 281 | |
| 282 | function printChangelog(versions) { |
| 283 | for (const version of versions) { |
no test coverage detected