UNPKG

auto-changelog

Version:

Command line tool for generating a changelog from git tags and commit history

10 lines (7 loc) 154 B
#!/usr/bin/env node const { run } = require('./run') run(process.argv).catch(error => { console.log('\n') console.error(error) process.exit(1) })