-
Notifications
You must be signed in to change notification settings - Fork 122
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
Enforce fragment name structure #650
Conversation
3ef5ccd
to
61856e0
Compare
fb5566d
to
d9d398b
Compare
Thanks. Changes looks good. We need all the tests to pass in order to merge this. |
Thanks @adiroiban, any idea why it fails with Linux PyPy/CPython 3.8? |
I don't know why it fails. Do you have |
got it (it was |
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.
Looks good. Thanks
Description
Fixes #649
Add a config for enforcing the fragment filename stems, using regex.
Checklist
src/towncrier/newsfragments/
. Briefly describe yourchanges, with information useful to end users. Your change will be included in the public release notes.
docs/tutorial.rst
is still up-to-date.docs/configuration.rst
reflects those changes.