Skip to content

#1111 document optional title= argument in release command#2380

Open
kreinba wants to merge 1 commit into
yegor256:masterfrom
kreinba:1111-document-release-title
Open

#1111 document optional title= argument in release command#2380
kreinba wants to merge 1 commit into
yegor256:masterfrom
kreinba:1111-document-release-title

Conversation

@kreinba

@kreinba kreinba commented Jun 23, 2026

Copy link
Copy Markdown

The #1111 proposal — letting users override the GitHub release title from the
release comment — is already wired in code: CommentsTag.title() reads
args/arg[@name='title'] and falls back to the issue title, the
QnParametrized parser turns title=\...`into that arg, andcreatesReleaseTitleFromTalkinCommentsTagTest` covers the path. Only the
documentation was missing.

The basics post now shows the optional title= argument next to the existing
tag= example, so users can see how to invoke it without reading the source.

This is a documentation-only change to a Jekyll post, no Java, no resources, no
tests touched. Local diff is seven added lines in
src/jekyll/_posts/2014/jul/2014-07-13-basics.md; no build or test command
applies to that file.

Closes #1111

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.

Allow specification of release title in release command

2 participants