Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
fs = require(
'fs'
);
2
3
// This is also the order expected for each version.
4
const
ChangeTypes = [
"Headline feature"
,
"Feature"
,
"Improved"
,
"Change"
,
"Removed"
,
"Fix"
,
"Technical"
];
Callers
nothing calls this directly
Calls
5
checkLineEndings
Function · 0.85
parseChangelog
Function · 0.85
cleanupVersions
Function · 0.85
printChangelog
Function · 0.85
error
Method · 0.80
Tested by
no test coverage detected