Skip to content

Own tool configuration #37

Open
Open
@epodivilov

Description

@epodivilov

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions