antfu-collective / bumpp

Interactive CLI that bumps your version numbers and more
https://jstools.dev/version-bump-prompt/
MIT License
597 stars 43 forks source link

Look in parent directories for config file #7

Closed aleclarson closed 7 months ago

aleclarson commented 1 year ago

Clear and concise description of the problem

It seems only the working directory is checked

Suggested solution

Check each parent directory for bump.config.ts until a config file is found

Alternative

No response

Additional context

No response

Validations