changeset-conventional-commits
v0.2.5
Published
Generate Changesets from conventional commits
Downloads
1,295
Maintainers
Readme
changeset-conventional-commits
Generate changesets based on the conventional commits.
Use without adding as a dev dependancy
- Using pnpm
pnpm dlx changeset-conventional-commits
- Using npx
npx changeset-conventional-commits
Install
pnpm add -D changeset-conventional-commits
Usage
- Make sure the project is setup with changesets.
- Run
pnpm changeset-conventional
in the root.
This will generate changeset for each commit.
Note
This library is created based on this PR. There are issues created in changesets for this functionality and there is not update on this yet. So I created this library till that support is implemented.