# EditReleaseOption

EditReleaseOption options when editing a release

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** |  | [optional] [default to undefined]
**draft** | **boolean** |  | [optional] [default to undefined]
**hide_archive_links** | **boolean** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]
**prerelease** | **boolean** |  | [optional] [default to undefined]
**tag_name** | **string** |  | [optional] [default to undefined]
**target_commitish** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { EditReleaseOption } from 'berg';

const instance: EditReleaseOption = {
    body,
    draft,
    hide_archive_links,
    name,
    prerelease,
    tag_name,
    target_commitish,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
