Skip to content

How can I edit release message? #4927

Closed Answered by kyleam
avatar-lavventura asked this question in Q&A
Discussion options

You must be logged in to vote

No, Magit doesn't have any support for editing GitHub releases, which is a GitHub-specific feature built on top of regular Git tags.

In GitHub under releases tag we can edit into already released tag

In that case, you're editing the GitHub release message, not the tag itself.

If you want to edit the message of an annotated tag, the only option is to replace that tag with another tag that has the same name and a different message. For example, you can call tag with --annotate and --force (t -a -f) and specify the name of an existing tag. When an annotated tag with that name exists, the message buffer that pops up will be contain the old message for you to edit.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by tarsius
Comment options

You must be logged in to vote
2 replies
@kyleam
Comment options

@avatar-lavventura
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants