MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / main

Function main

scripts/draft-changelog.ts:94–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92const INTERNAL_TYPES = new Set(["build", "chore", "ci", "refactor", "test"]);
93
94function main() {
95 const options = parseArgs(process.argv.slice(2));
96 const draft = createDraft(options);
97 outputDraft(options, draft);
98}
99
100function createDraft(options: Options): DraftOutput {
101 const versionTag = `v${options.version}`;

Callers 1

draft-changelog.tsFile · 0.70

Calls 3

createDraftFunction · 0.85
outputDraftFunction · 0.85
parseArgsFunction · 0.70

Tested by

no test coverage detected