changelogen-monorepo
v0.5.0
Published
Generate Beautiful Changelogs Monorepo using Conventional Commits
Downloads
198
Readme
changelogen monorepo
Generate Beautiful Changelogs using changelogen
[!NOTE] This repository will help you generate a changelog for your monorepo project. Just a heads-up: I originally built it for myself, so if you need extra features, feel free to fork it and add your own!
CLI Usage
npx changelogen-monorepo [...args]Arguments
--push: Automatic push of the new tag and release commit to your git repository--release: Bumps version inpackage.jsonand creates commit and git tags using localgit.--publish: Publishes package as a new version onnpm. You will need to set authorisation tokens separately via .npmrc or environment variables.--pkg <package>: Select the target package in the monorepo, if not specified, the CLI will prompt you to select the package.-r <version>|--bump:- If
--bumpis present, the version will be bumped automatically. - If
-ris supplied, the version will be set to the specified version. - By default, the CLI will prompt you to select the version bump type.
- If
License
MIT
