Open
Description
Hi,
Thank you for this tool! It works perfectly for those who aren’t ready to write changesets manually yet.
I have a question: how can I configure custom settings for the tool? In the code, I see that it can accept the ignoredFiles property:
const conventionalCommitChangeset = async (cwd = process.cwd(), options = { ignoredFiles: [] }) => {
// ...
}
However, it is called without any settings:
conventionalCommitChangeset();
Could you provide an example of how to configure the tool? Is it possible to modify the code to use the standard .changeset/config, adding a field for the tool configuration?
Thank you in advance for your help!
Metadata
Metadata
Assignees
Labels
No labels