MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / cleanupVersions

Function cleanupVersions

scripts/format-changelog.js:276–280  ·  view source on GitHub ↗
(versions)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

cleanupVersionBlockFunction · 0.85

Tested by

no test coverage detected