![]() |
![]()
| ![]() |
![]()
NAMEgh-release-edit - Edit a release SYNOPSISgh release edit <tag> OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
EXIT CODES0: Successful execution 1: Error 2: Command canceled 4: Authentication required NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. EXAMPLE# Publish a release that was previously a draft $ gh release edit v1.0 --draft=false # Update the release notes from the content of a file $ gh release edit v1.0 --notes-file /path/to/release_notes.md SEE ALSOgh-release(1)
|