You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the following config and a CHANGELOG.md that only has an [Unreleased] section, I get this warning: Warning: Unexpected input(s) 'validation_depth', valid inputs are ['path', 'version']
Hi @kadaan ! I guess you're using the README.md file on master to build your job stage but what's on master isn't released yet, it is still a work in progress (either documentation and code)
I can see two solution for your problem:
you stop using validation_depth for now because it doesn't exist in v2 yet
you change the version of changelog-reader-action you want to use to master (like uses: mindsers/changelog-reader-action@master. But using this solution will make you use an unfinished feature that might change in the feature and also targeting master could break your CI every time we work on improving changelog-reader-action. So I don't recommend this solution.
Thanks for opening this issue and asking for help. I close this issue for now since what you describe is expected but feel free to add informations here if needed. Have a nice day!
With the following config and a CHANGELOG.md that only has an
[Unreleased]
section, I get this warning:Warning: Unexpected input(s) 'validation_depth', valid inputs are ['path', 'version']
Config
The text was updated successfully, but these errors were encountered: