Add guidance on writing and maintaining changelog entries
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
7c3f7cdeae
commit
b695d5e30a
2 changed files with 53 additions and 4 deletions
|
@ -62,6 +62,8 @@ class LostContent(Exception):
|
|||
message = ('Lost content from {}: "{}"'.format(filename, line))
|
||||
super().__init__(message)
|
||||
|
||||
# The category names we use in the changelog.
|
||||
# If you edit this, update ChangeLog.d/README.md.
|
||||
STANDARD_CATEGORIES = (
|
||||
b'API changes',
|
||||
b'Default behavior changes',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue