# Update

> Update release notes for a cloud content delivery release.

Update release notes for a cloud content delivery release.

## Command

```text
ugs ccd releases update <release-num> [options]
```

## Arguments

* `<release-num>`: The release number corresponding to the release to be updated.

## Options

| Option           | Alias                  | Description                                    |
| ---------------- | ---------------------- | ---------------------------------------------- |
| environment-name | -e, --environment-name | The Unity environment name.                    |
| project-id       | -p, --project-id       | The Unity cloud project id.                    |
| bucket-name      | -b, --bucket-name      | The name of the bucket containing the release. |
| notes            | -n, --notes            | New release notes. (REQUIRED)                  |
| help             | -?, -h, --help         | Display help and usage information.            |
| quiet            | -q, --quiet            | Reduce logging to a minimum.                   |
| json             | -j, --json             | Use JSON as the output format.                 |
