-
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
4 changed files
with
96 additions
and
3 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
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