diff options
author | jade <lix@jade.fyi> | 2024-06-26 17:34:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-06-26 17:34:45 +0000 |
commit | 9afb0fe41c9c03a168ca6b6d062a68e891b1b203 (patch) | |
tree | 5ad278bb16161bb249c4f9b9474de40b48ed19cf /maintainers | |
parent | 30da1b17d9b48028bfb3b94ed73733913d23b18a (diff) | |
parent | 33d53c49832ba27f7a29a553287b552599653268 (diff) |
Merge changes I476a2516,I8a274227 into main
* changes:
doc/hacking: fix internal api docs section to say to enable it
doc: Add more about the release note generator
Diffstat (limited to 'maintainers')
-rw-r--r-- | maintainers/build-release-notes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maintainers/build-release-notes.py b/maintainers/build-release-notes.py index f91d68cef..97985b970 100644 --- a/maintainers/build-release-notes.py +++ b/maintainers/build-release-notes.py @@ -20,6 +20,8 @@ SIGNIFICANCECES = { # This is just hardcoded for better validation. If you think there should be # more of them, feel free to add more. +# +# Please update doc/manual/src/contributing/hacking.md if you do. Thanks~ CATEGORIES = [ 'Breaking Changes', 'Features', |