changesets / bot

https://github.com/apps/changeset-bot
56 stars 20 forks source link

Support subdirectories #67

Closed KubaJastrz closed 1 year ago

KubaJastrz commented 1 year ago

I have a library which lives in a monorepo, so my changeset directory lives in <repo>/library/.changeset instead of <repo>/.changeset.

changesets/action supports that, but the bot doesn't. Is there any way to add a configuration to the bot itself? Or perhaps a setting in a new root config file.

KubaJastrz commented 1 year ago

duplicate of #60