Skip to content

fix(draft-release-announcement.sh): address feedback from PR #281 - #286

Merged
SamBarker merged 5 commits into
kroxylicious:mainfrom
SamBarker:fix/announcment-drafts
Sep 8, 2026
Merged

SamBarker merged 5 commits into
kroxylicious:mainfrom
SamBarker:fix/announcment-drafts

Conversation

@SamBarker

Copy link
Copy Markdown
Member

Addresses feedback from #281

Changes

  • Author defaults: Now pre-fills with local git config and GitHub user info

    • Author name defaults to Sam Barker
    • GitHub handle defaults to SamBarker (without @)
  • New tag prompt: Defaults to instead of empty, enabling {
    "message": "Not Found",
    "documentation_url": "https://docs.github.com/rest",
    "status": "404"
    } to work with latest commits

  • Removed redundant H1: Eliminated the line to avoid duplicate H1 headings in blog list

The defaults make the workflow smoother while still allowing overrides.

- Default author name to git config user.name
- Default GitHub handle to gh api user login (without @)
- Default new tag prompt to main for gh api compare compatibility
- Remove redundant H1 heading in generated post

Assisted-by: mlx-coders/Qwen3.5-9B-oQ8-fp16-mtp

Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
@SamBarker
SamBarker requested a review from a team as a code owner September 7, 2026 21:34

@robobario robobario left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, should we ref the new script in the README/CLAUDE guide? Or just from the RELEASING.md in the other repo?

Comment thread bin/draft-release-announcement.sh Outdated
- Prompt user for release tagline (key features/themes)
- Default value: 'sasl termination, filter api changes'
- Use tagline in generated H1 heading

Assisted-by: mlx-coders/Qwen3.5-9B-oQ8-fp16-mtp

Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
…eading

- Tagline now rendered as # heading (paragraph level)
- Preserve existing template structure with TODO sections
- Remove blank line before Community Contributions

Assisted-by: mlx-coders/Qwen3.5-9B-oQ8-fp16-mtp

Signed-off-by: Sam Barker <sam@quadrocket.co.uk>

# ── write post ────────────────────────────────────────────────────────────────

cat > "$FILENAME" <<EOF

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not entirely sold by having this as here doc in bash script but I think its good enough for now.

Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
Comment thread bin/draft-release-announcement.sh Outdated
Signed-off-by: Sam Barker <sam@quadrocket.co.uk>

@robobario robobario left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SamBarker
SamBarker merged commit 2ce0c6a into kroxylicious:main Sep 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants