You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We received some feedback that it wasn't obvious what the difference between --notes-from-tag and --generate-notes flags were on gh release create. Specifically, it's a bit confusing because --generate-notesactually calls the generate-notes endpoint where as --notes-from-tag mostly just formats the contents of an annotated tag with git tag --list <TAG> --format=%(contents:subject)%0a%0a%(contents:body) so the word "generation" is doing some heavy lifting and is perhaps a bit confusing.
I suggest we just update the command help and avoid using the word generation for --notes-from-tag.