aboutsummaryrefslogtreecommitdiff
path: root/maintainers
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-06-25 21:22:37 -0700
committerJade Lovelace <lix@jade.fyi>2024-06-25 21:22:37 -0700
commite537678f1ecfa3c1a145977e752ab826b10386ca (patch)
treec46f5a684e7ef44a78ac066019237114b9fd6eac /maintainers
parente19f27917cdc43a5e32e43639fe816611aa7d23d (diff)
doc: Add more about the release note generator
Change-Id: I8a274227cb1b05d442d3f644603dd2844ecc9d05
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/build-release-notes.py2
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',