Add internal type for release notes

This commit is contained in:
Jason Carver
2019-11-25 12:28:05 -08:00
committed by Christoph Burgdorf
parent 07eecb5c69
commit 89363b2d9b
3 changed files with 23 additions and 8 deletions

View File

@ -12,6 +12,7 @@ Each file should be named like `<ISSUE>.<TYPE>.rst`, where
* `bugfix`
* `performance`
* `doc`
* `internal`
* `removal`
* `misc`
@ -23,4 +24,4 @@ then open up the PR first and use the PR number for the newsfragment.
Note that the `towncrier` tool will automatically
reflow your text, so don't try to do any fancy formatting. Run
`towncrier --draft` to get a preview of what the release notes entry
will look like in the final release notes.
will look like in the final release notes.