Generate Beautiful Changelogs using Conventional Commits
Generate changelog in markdown format to the console output:
npx changelogen@latest
npx changelogen@latest [--from=...] [--to=...] [<rootDir>]
undefinedArguments:undefined
from: Start commit reference. When not provided, latest git tag will be used as default.to: End commit reference. When not provided, latest commit in HEAD will be used as default.rootDir: Path to git repository. When not provided, current working directory will be used as as default.Configuration is loaded by unjs/c12 from cwd. You can use either changelog.json, changelog.{ts,js,mjs,cjs}, .changelogrc or use the changelog field in package.json.
See ./src/config.ts for available options and defaults.
corepack enable (use npm i -g corepack for Node.js < 16.10)pnpm installpnpm devMade with π
Published under MIT License.