Skip to content

Commit

Permalink
Update outdated CLI edit releases information (github#30241)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Browning <[email protected]>
  • Loading branch information
timsearle and sabrowning1 authored Dec 19, 2023
1 parent dd99d22 commit d9fd128
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,13 @@ If you @mention any {% data variables.product.product_name %} users in the notes

{% cli %}

Releases cannot currently be edited with {% data variables.product.prodname_cli %}.
1. To edit a release, use the `gh release edit` subcommand. Replace `TAG` with the tag representing the release you wish to edit. For example, to edit the title for a release, use the following code, replacing `NEW-TITLE` with the updated title:

```shell
gh release edit TAG -t "NEW-TITLE"
```

For more information about possible arguments, see [the {% data variables.product.prodname_cli %} manual](https://cli.github.com/manual/gh_release_edit).

{% endcli %}

Expand Down

0 comments on commit d9fd128

Please sign in to comment.