-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Minor overhaul of our newsfragment categories #1593
Minor overhaul of our newsfragment categories #1593
Conversation
In particular, splits features into "regular features" and "headline features", and split "removal" into "breaking changes without deprecations" and "deprecations".
Codecov Report
@@ Coverage Diff @@
## master #1593 +/- ##
=======================================
Coverage 99.69% 99.69%
=======================================
Files 109 109
Lines 13810 13810
Branches 1054 1054
=======================================
Hits 13768 13768
Misses 27 27
Partials 15 15 |
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.
Thanks, I'll use deprecated to remove deprecated things in the future. By the way, should we mark the Read the Docs build as required?
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.
1574.removal
needs to be renamed to 1574.deprecated
too, I think.
Updated to address comments I also marked the RTD build as required (I guess we can get rid of the "Check docs" build?) |
On further thought, I also rewrote some of the general instructions ins |
I guess we can! However the Read the Docs build just failed mysteriously, and I can't merge this since that build is now required. :) |
Huh, yeah, apparently the RTD build just.... stopped in the middle. Well, all our CI systems sometimes fail due to random issues with the underlying infrastructure, so I guess this isn't a huge shock. I guess it's nice to know what that looks like on RTD :-) |
In particular, splits features into "regular features" and "headline
features", and split "removal" into "breaking changes without
deprecations" and "deprecations".