diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-06-25 21:22:37 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-06-25 21:22:37 -0700 |
commit | e537678f1ecfa3c1a145977e752ab826b10386ca (patch) | |
tree | c46f5a684e7ef44a78ac066019237114b9fd6eac /maintainers | |
parent | e19f27917cdc43a5e32e43639fe816611aa7d23d (diff) |
doc: Add more about the release note generator
Change-Id: I8a274227cb1b05d442d3f644603dd2844ecc9d05
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', |