Generate Changesets from conventional commits
npm install changeset-conventional-commitsGenerate changesets based on the conventional commits.




* Using pnpm
``sh`
pnpm dlx changeset-conventional-commits
* Using npx
`sh`
npx changeset-conventional-commits
``
pnpm add -D changeset-conventional-commits
1. Make sure the project is setup with changesets.
2. Run pnpm changeset-conventional` in the root.
This will generate changeset for each commit.
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.