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
In the current implementation, if the changelog option is specified, an entry corresponding to the version must be present in the changelog.
That said, I think it would be easy to add an option to allow cases where the corresponding changelog entry is missing.
Probably it needs to change the following line to return an empty string if the option to allow missing entry is set.
Will the build step fail if you specify a
changelog.md
but the tag you are building is not in the file?Is there a way, to allow it to pass even if the changelog doesn't contain the tag version?
The text was updated successfully, but these errors were encountered: