We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that lint errors if you:
The lint error is:
ERROR: recipes/pathogen-embed/meta.yaml:13: build_number_needs_reset: The recipe build number should be reset to 0
It seems that the "build_number_needs_reset" rule is unaware of the recently released new version
This can't be worked around by setting the build number to 0, because then a different lint rule fires that complains about lack of bump of number.
As a result, it appears as if we can't make a successful PR with build number bumped after version bump until the new version has percolated to CDN.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems that lint errors if you:
The lint error is:
It seems that the "build_number_needs_reset" rule is unaware of the recently released new version
This can't be worked around by setting the build number to 0, because then a different lint rule fires that complains about lack of bump of number.
As a result, it appears as if we can't make a successful PR with build number bumped after version bump until the new version has percolated to CDN.
The text was updated successfully, but these errors were encountered: