Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Own tool configuration #37

Open
epodivilov opened this issue Jul 2, 2024 · 0 comments
Open

Own tool configuration #37

epodivilov opened this issue Jul 2, 2024 · 0 comments

Comments

@epodivilov
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant