(category: str)
| 527 | |
| 528 | |
| 529 | def get_markdown_header(category: str) -> str: |
| 530 | return ( |
| 531 | f'# Release Notes worksheet {category}\n' |
| 532 | '- polish PR title to make it human read friendly.\n' |
| 533 | '- edit, delete, merge multiple PRs.\n' |
| 534 | '- summarize notes for this category.\n\n' |
| 535 | ) |
| 536 | |
| 537 | |
| 538 | def render_markdown( |
no outgoing calls
no test coverage detected