New issue
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
Add check-manifest to plugin_template #274
Conversation
README.md
Outdated
| check_manifest Runs check-manifest to see if any files that were unintentionally left out | ||
| MANIFEST.in. See https://pypi.org/project/check-manifest/. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
057f415
to
800d08e
Compare
|
Attached issue: https://pulp.plan.io/issues/7656 |
d435cac
to
ac1aa79
Compare
fixes #7656
| [tool.check-manifest] | ||
| ignore = [ | ||
| ".bumpversion.cfg", | ||
| "CHANGES/**", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this check run when doing a release? At that point, CHANGES should actually be empty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's run as part of our test suite so it's run against PRs and releases.
It's technically not empty at release time as there's still a .TEMPLATE.rst file in it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me. Thank you!
fixes #7656