MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / format-changelog.js

File format-changelog.js

scripts/format-changelog.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const fs = require('fs');
2
3// This is also the order expected for each version.
4const ChangeTypes = ["Headline feature", "Feature", "Improved", "Change", "Removed", "Fix", "Technical"];

Callers

nothing calls this directly

Calls 5

checkLineEndingsFunction · 0.85
parseChangelogFunction · 0.85
cleanupVersionsFunction · 0.85
printChangelogFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected