aboutsummaryrefslogtreecommitdiff
path: root/maintainers/build-release-notes.py
diff options
context:
space:
mode:
authorjade <lix@jade.fyi>2024-06-09 08:28:52 +0000
committerGerrit Code Review <gerrit@localhost>2024-06-09 08:28:52 +0000
commit7dfa2a761ef8856454d8f63eda27edb8984bdc98 (patch)
tree310486149aa9955676a0ee43eca0b873357962b7 /maintainers/build-release-notes.py
parent28a079f841834ac11105ce5762115904d1e40ce1 (diff)
parent98e847514795f53f485b6dbd029ecb545ce38236 (diff)
Merge changes from topic "releng" into main
* changes: releng: support pushing the manual to docs also Expose officialRelease from the flake Put into place initial release engineering
Diffstat (limited to 'maintainers/build-release-notes.py')
-rw-r--r--maintainers/build-release-notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/build-release-notes.py b/maintainers/build-release-notes.py
index c8905cde0..f91d68cef 100644
--- a/maintainers/build-release-notes.py
+++ b/maintainers/build-release-notes.py
@@ -143,7 +143,7 @@ def run_on_dir(author_info: AuthorInfoDB, d):
for category in CATEGORIES:
if entries[category]:
- print('\n#', category)
+ print('\n##', category)
do_category(author_info, entries[category])
def main():