cycjimmy / semantic-release-action

GitHub Action for Semantic Release
https://github.com/marketplace/actions/action-for-semantic-release
MIT License
546 stars 98 forks source link

`extends` parameter should allow file paths as well #150

Open steven-r opened 1 year ago

steven-r commented 1 year ago

Describe the bug The extends parameter does not allow file pathes.

Expected behavior As stated in the documentation:

List of modules or file paths containing a shareable configuration.

watsonjm commented 5 months ago

I think this works when using the working_directory parameter and then specify the directory of your config file.