-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ππ Split the "process" change log entry to 3
Previously, the change log had a section called "Process". And some of the incoming pull requests would add change notes there when they couldn't be put into other categories. Using it like that is not a good idea. This patch rethinks the categorization and the audiences of a few common change types and defines respective categories that replace "Process". The new categories are: * `packaging` -- news for downstream re-packagers * `contrib` -- news for regular project participants * `misc` -- public change log for things that don't fit anywhere but are useful Resolves #12555
- Loading branch information
Showing
9 changed files
with
108 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
* | ||
!.gitignore | ||
!*.bugfix | ||
!*.bugfix.rst | ||
!*.bugfix.*.rst | ||
!*.contrib | ||
!*.contrib.rst | ||
!*.contrib.*.rst | ||
!*.doc | ||
!*.doc.rst | ||
!*.doc.*.rst | ||
!*.feature | ||
!*.feature.rst | ||
!*.feature.*.rst | ||
!*.misc | ||
!*.misc.rst | ||
!*.misc.*.rst | ||
!*.packaging | ||
!*.packaging.rst | ||
!*.packaging.*.rst | ||
!*.removal | ||
!*.removal.rst | ||
!*.removal.*.rst | ||
!*.trivial | ||
!*.trivial.rst | ||
!*.trivial.*.rst | ||
!*.trivial | ||
!*.vendor.rst | ||
!*.vendor.*.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
12853.contrib.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Added separate changelog fragment types for contributor- | ||
and downstream-facing patches, as well as a catch-all | ||
miscellaneous section. | ||
|
||
Their corresponding identifiers are ``contrib`` and ``packaging`` | ||
respectively. They are meant to be used for more accurate | ||
classification, where one would resort to using ``misc`` otherwise. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters